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
This is a pity, as the Selenium2Driver has a method setWebDriver which is typehinted against it.
This means that it is not easy for me to subclass either.
I propose that
either we remove the 'final' keyword from WebDriver
or we introduce an interface WebDriverInterface (all it needs is the session method) which can be used by 3rd parties for typehinting...