Guide
-
How to handle iFrame in Selenium
By Jash Unadkat, Technical Content Writer at BrowserStack - February 5, 2023
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
By Neha Vaidya, Community Contributor - February 5, 2023
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?
By Neha Vaidya, Community Contributor - February 5, 2023
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
By Jash Unadkat, Community Contributor - February 4, 2023
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?
By Neha Vaidya, Community Contributor - February 4, 2023
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 -
Assert and Verify Methods in Selenium
By Chaitanya Pujari, Community Contributor - February 4, 2023
Understand the difference between assert and verify in Selenium with command examples to execute types of Assert methods.
Learn More -
Selenium Grid 4 Tutorial
By Neha Vaidya, Community Contributor - February 4, 2023
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
By Bharath Shrikanth, Community Contributor - February 3, 2023
Step by step tutorial on how to run Selenium tests in Docker. Examples and code samples included.
Learn More -
End-to-End React Native Testing
By Mohit Joshi, Community Contributor - February 3, 2023
Want to learn how to perform End-to-End testing of React Native apps? Read this step-by-step guide to setup, create and execute test script.
Learn More -
Selenium RC : Differences from Webdriver
By Jash Unadkat, Technical Content Writer at BrowserStack - February 3, 2023
This article will help you understand the key differences between Selenium RC and WebDriver along with its architectural representation.Also, one can conclude why WebDriver has an edge over RC.
Learn More