Selenium
-
Selenium Automation Framework: A Detailed Guide
Learn how to use the Selenium automation framework, which is classified into Data Driven, Keyword Driven, and Hybrid Frameworks.
Learn More -
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 -
Puppeteer vs Selenium: Core Differences
A detailed comparison between two popular automation frameworks - Puppeteer and Selenium. Which one best fits your needs?
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 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 4 Tutorial
Step by step tutorial on how to download, install and setup Selenium Grid 4. Learn about different features, components and architecture of Selenium Grid 4.
Learn More -
How to run Selenium Tests in Docker
Step by step tutorial on how to run Selenium tests in Docker. Examples and code samples included.
Learn More