Guide
-
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 -
Difference between Selenium Standalone server and Selenium server
By Neha Vaidya, Community Contributor - February 3, 2023
Learn the differences between two Selenium standalone server and Selenium server, what they do, and how they work. Become an advanced Selenium tester today.
Learn More -
From Internet Explorer to Microsoft Edge: The Retirement of IE11 on Windows 10
By Kitakabee, Community Contributor - February 3, 2023
Discover the transition from Internet Explorer to Microsoft Edge as Microsoft retires updates on IE11 for Windows 10.
Learn More -
How to Maximize Chrome Window in Selenium Webdriver using Java
By Jash Unadkat, Technical Content Writer at BrowserStack - February 3, 2023
Read this fundamental guide on how to maximize Chrome Window in Selenium WebDriver prior to the test automation.
Learn More -
Cross Browser Testing Selenium C# NUnit
By Mohit Joshi, Community Contributor - February 3, 2023
Learn how to get started with cross browser testing using Selenium C# and NUnit with pre-requisites, examples and best practices for consistent user experience
Learn More