Selenium Webdriver
-
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 -
WebdriverIO Tutorial: Getting started with Test Automation using Selenium and Appium
Learn about WebDriverIO and their best practices for test automation. Read tutorial to run automated tests using WebDriverIO Selenium Grid with examples.
Learn More -
How to Switch Tabs in Selenium For Python
Learn how to switch between tabs in Selenium for Python with help of example and code snippets. Also, try testing the code on real device cloud for free.
Learn More -
How to Interact with iFrames using Selenium in Python?
Know how to handle and interact with iframes in Selenium Python. Test website on real devices and browsers using BrowserStack Automate Tool
Learn More -
findElement and findElements in Selenium
Learn the difference between findElement and findElements in Selenium, with easy-to-follow examples and simple explanations on how to locate web elements.
Learn More -
How to run Selenium tests using Firefox WebDriver
Learn what is a Selenium Firefox Driver and why it’s used. Also, explore how to set up and run automated tests on Firefox using Selenium Firefox Driver.
Learn More -
Understanding Selenium Timeouts
Get a clear understanding of timeout exception in Selenium with practical examples. Learn how to set and handle timeouts in Selenium.
Learn More -
Get Current URL in Selenium using Python: Tutorial
A detailed guide on how to use Get Current URL using Selenium in Python for scraping data from a given URL. Code Samples and examples included.
Learn More