Selenium Webdriver
-
How to Upload File in Selenium?
To improve your testing, read a step-by-step guide to upload file in Selenium using relevant code snippets and two examples.
Learn More -
How to run Selenium tests on IE using IE Driver?
Learn how QAs run Selenium tests on Internet Explorer using IE driver with example. Read step-by-step tutorial on how to launch IE browser in Selenium.
Learn More -
Difference between Selenium Standalone server and Selenium server
Selenium Standalone server is a java jar file used to start the Selenium server. Learn the core differences between Selenium Standalone server and Selenium server.
Learn More -
Top 6 Selenium Alternatives For Your Test Automation Goals
No matter which Selenium alternative suits your needs, always opt for real device test automation through BrowserStack to verify user experience.
Learn More -
Maven Dependency Management with Selenium
Learn how to manage Maven dependencies with Selenium. Also, explore simple steps to configure, update, and run your tests for smooth automation.
Learn More -
How to Press Enter without Element in Selenium Python?
Learn how to press enter in Selenium with the help of send_keys() function in Selenium Python in this quick guide.
Learn More -
How to Close a Browser in Selenium
Learn how to close a browser in Selenium tests and understand the key difference between the close() and quit() WebDriver methods.
Learn More -
Selenium Side Runner: What It Is & How It Works
What is Selenium SIDE Runner? How does it work? Why is it important? A step-by-step tutorial on how to install and run Selenium SIDE Runner.
Learn More -
How to Use the clear() Method in Selenium WebDriver with Python?
Learn how to use the clear() method in Selenium WebDriver with Python to remove existing text from input fields and keep your automated tests accurate.
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