Selenium Webdriver
-
How to set up Selenium on Visual Studio
Learn how to set up Selenium on Visual Studio in order to run automated Selenium tests. Step-by-step tutorial with images and instructions.
Learn More -
Get Current URL in Selenium using Python: Tutorial
Detailed guide on how to use Get Current URL using Selenium in Python for validating URL of a website. Code Samples and examples included.
Learn More -
getAttribute() method in Selenium: What, Why, and How to use
A quick guide on how QAs can automate decisive test scenarios using getAtrribute() method.
Learn More -
How to Get Text of an Element in Selenium: Tutorial
This guide explores how to get text of an element in Selenium using Java and Python to find web elements and how to test its cross browser compatibility
Learn More -
How to use JavascriptExecutor in Selenium
Learn the role of a Javascript executor in test automation using Selenium.
Learn More -
How to take Screenshots using Python and Selenium
How do you automate screenshot capturing of websites with Selenium and Python? Try this step-by-step tutorial with code samples.
Learn More -
How to start with Selenium Debugging
Debugging is important for delivering a high quality web application. Learn different ways to perform debugging in Selenium Test Automation
Learn More -
How to handle Cookies in Selenium WebDriver
Learn Cookies Handling in Selenium WebDriver with code examples and how to clear the browser cache in Selenium with two easy methods.
Learn More -
How to Create Object Repository in Selenium
This guidepost explains the fundamentals of Object repository in Selenium. It also explains how creating a repository using properties file in Selenium can help QAs to optimize their test suites.
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