Selenium Webdriver
-
How to handle Cookies in Selenium WebDriver
Learn Cookies Handling in Selenium WebDriver with code examples and how to clear the browser cache in Selenium with two easy methods.
Learn More -
How to find element by XPath in Selenium with Example
A fundamental guidepost that illustrates how to find elements using Xpath in Selenium for test automation.
Learn More -
How to Launch Browser in Selenium
Launching Browser is the first step to perform automated UI Tests. Here is a step by step tutorial on how to launch browser in Selenium
Learn More -
How to Create Object Repository in Selenium
This guidepost explains the fundamentals of Object repository in Selenium. It also explains how creating a repository using properties file in Selenium can help QAs to optimize their test suites.
Learn More -
How to handle iFrame in Selenium
Learn how to handle iframe in Selenium with the SwitchTo() method to switch between frames along with code samples.
Learn More -
How to Close a Browser in Selenium
Step-by-step tutorial on how to close a browser during automated Selenium tests. Run Selenium tests on real devices.
Learn More -
How to set Proxy in Selenium?
Learn to set up an authenticated or non-authenticated proxy in Selenium with a step-by-step tutorial and code samples included.
Learn More -
How to Scroll Down or Up using Selenium Webdriver
This guidepost will help you understand how vertical and horizontal scroll operations are implemented using JavaScript executor within the Selenium script.
Learn More -
How to handle multiple windows in Selenium?
Every website must be tested by putting it through multiple real-world user scenarios. One such scenario is the handling of multiple windows. Learn how to automate this action with Selenium WebDriver.
Learn More -
Selenium Grid Tutorial : How to Set It Up
How to get started with Selenium Grid for beginners? Read this BrowserStack guide on Selenium Grid basics, Hub and Node examples, coding, and Selenium Grid setup for Cross Browser Testing.
Learn More