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
We need to be able to define additional methods to the webdriver and webelement API's. In C# we used extension methods, but those aren't available in Java. perhaps we just extend the webdriver and webelement class and add additional methods.