You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have written 2 examples in my specification and I am making use of Custom screenshot taker, facing below issues on usage:
Extension can be only set once, selenium driver cannot be quit in after example hook(as this results in No session exception
2)On omitting the after hook, test case uses the screenshot taken in 1st example in 2nd example as well (seems like the driver once set on extension cannot be reinitialise for second example)
The text was updated successfully, but these errors were encountered:
I have written 2 examples in my specification and I am making use of Custom screenshot taker, facing below issues on usage:
2)On omitting the after hook, test case uses the screenshot taken in 1st example in 2nd example as well (seems like the driver once set on extension cannot be reinitialise for second example)
The text was updated successfully, but these errors were encountered: