ProtoTest / JGolem

Java port of Golem (C#)
1 stars 1 forks source link

Extend WebElement and WebDriver functionality #23

Open bkitchener1 opened 10 years ago

bkitchener1 commented 10 years ago

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.