#selenium-webdriver-1
Read more stories on Hashnode
Articles with this tag
Configuring TestNG test runner file and running tests using TestNG.xml file. · In the last article we were able to execute a single testcase, configured...
Setting up packages and folders for a Page Object Model Testing framework. · End-to-end testing framework topics to be covered : Page Object Model...
What are frames/iframes? HTML frames/iframes are used to divide the web page into multiple sections, so that they can load on the page as required. It...
Using linkText() and partialLinkText() : In Selenium WebDriver API, we have these locator strategies to locate a link and manipulate them. It could be...
driver.get() : Method signature : driver.get(String URL_to_launch) . WebDriver interface provides this method to launch a browser: public class...
Let's recap the WebDriver WebDriver is one of the three components in Selenium that drives a browser. WebDriver launches a browser session natively...