Selenium Webdriver
-
How to get HTML source of a Web Element in Selenium WebDriver
Learn how to get page source in Selenium Webdriver with a few simple lines of code snippets and two easy methods with examples.
Learn More -
Understanding JUnit assertions for Selenium Testing with Examples
Learn how to use different types of JUnit Assertions for Selenium Tests using examples in this guide.
Learn More -
Data Driven Framework in Selenium
Data-driven tests are important for reducing number of tests and better identifying defective code. Learn how to create data-driven tests, and how they can help create more efficient Selenium test scripts.
Learn More -
Handling Login Popups in Selenium WebDriver and Java
Login Popup are a common sight in web applications. Learn how to handle these Login Popus in Selenium Webdriver and Java effectively.
Learn More -
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