Problem I need to click on a “account” button from a table of buttons. If this “account” button is not […]
Tag: webdriver
Improving Watir::Browser for my needs
Problem I want to: use Watir::Browser methods without browser. instance prefix expand abilities of Watir::Browser using own methods and overload […]
Using enum to reduce page object method
Problem I had written following page object class which represents user profile page. The profile contains department, teams, email and […]
Reusable webdriver framework using SOLID design principles
Problem I am trying to design some classes which I intent to use as a framework. I would like them […]