Guide
-
7 practices for efficient Selenium Web Browser Automation
By Shreya Bose, Community Contributor - February 14, 2023
Learn 7 practices that will help with efficient Selenium web browser automation. Automate the verification of websites by running Selenium tests on real devices, both desktop, and mobile.
Learn More -
Top Testing Libraries for React in 2023
By Sandra Felice, Community Contributor - February 14, 2023
Learn which are the top testing libraries and frameworks for React in 2023, and pick the best suited for your testing requirements and business needs.
Learn More -
How to Run Selenium Tests on Safari using SafariDriver
By Jash Unadkat, Community Contributor - February 14, 2023
This guidepost provides a fundamental demonstration of how to automate test cases in Safari using a built-in SafariDriver.
Learn More -
Selenium RemoteWebDriver : Difference between WebDriver and RemoteWebDriver
By Neha Vaidya, Community Contributor - February 14, 2023
Selenium Remote WebDriver implements WebDriver interface to execute test cases in Local Environments. Learn what is Remote Webdriver with example
Learn More -
How to run Selenium tests using Firefox WebDriver
By Neha Vaidya, Community Contributor - February 14, 2023
A detailed tutorial with an example of how to run Selenium tests using Firefox Driver (also known as the GeckoDriver)
Learn More -
How to perform Mouse Hover Action in Selenium
By Jash Unadkat, Technical Content Writer at BrowserStack - February 14, 2023
Mouse hover is an extremely fundamental operation an end-user uses while interacting with web elements on a website. Learn how to automate the mouse hover operation in Selenium in this simple guidepost.
Learn More -
Top Selenium Reporting Tools
By Neha Bharati, Community Contributor - February 14, 2023
Finding the right Test Reporting Tool for your Selenium Test Automation? Here are the top 5 selenium reporting tools to consider.
Learn More -
How to Upload File in Selenium?
By Neha Vaidya, Community Contributor - February 13, 2023
Read a step-by-step guide on how to upload file in Selenium using relevant code snippets and two examples.
Learn More -
How to handle Action class in Selenium
By Sonal Dwivedi, Community Contributor - February 13, 2023
Action Class in Selenium performs Keyboard Actions & Mouse actions. Learn to execute mouse hover, click, double click in Selenium with examples.
Learn More -
Getting Started with Selenium and React
By Neha Vaidya, Community Contributor - February 13, 2023
Beginner's tutorial on how to configure Selenium and React and run Reach apps using Selenium. Code samples included. Run Selenium tests on real devices.
Learn More