Closed craigfowler closed 7 years ago
I think the best solution is to use a capability-detection mechanism stored in the actor's abilities.
This can indicate that the actor is using a browser which cannot perform this action.
In that case, if this action is used then it can raise an exception indicating that the user is using an incompatible browser.
Fixed along with #90.
I have discovered that Edge can't delete cookies, it just crashes the WebDriver.
This needs to be dealt with in a graceful manner.