Dealing with forms in Selenium Webdriver

Dealing with forms

As you know from this post using a separate class for each web pageĀ element is a good practice. Working with forms I recommend you to follow this practice too. Let’s take a look how can you interact with web forms with Selenium Webdriver.

Continue reading “Dealing with forms in Selenium Webdriver”