Selenium WebDriver Tutorial #29 – How to Automate Slider in Selenium

In this selenium webdriver tutorial we will learn how to automate slider in Selenium WebDriver. Handling sliders in Selenium is possible by Actions class and we will learn step by step how to handle these sliders in any selenium automation script.

Selenium WebDriver Tutorial #19 – How to Print all Links of a Webpage

In this Selenium Webdriver Tutorial we will learn how to print all links of a webpage in Selenium WebDriver. In many scenarios you would be required to verify the presence of links or common element types on page, this technique will help you to find those webelements which have some common attributes.

Selenium XPath Tutorial #5 – XPath text() Method | Find element by Text

In this Selenium XPath tutorial we will learn about XPath text() method and how to utilize text() method to find any webelement by text.

Selenium WebDriver Tutorial #10 – How to Write First TestCase in Selenium

In this Selenium Webdriver Tutorial we will learn How to Write First TestCase in Selenium WebDriver. As an Automation tester you will be converting the manual test cases into Automation Scripts. We will walk through the manual test case can understand how you can convert a manual test case into and Automation script using Selenium WebDriver.

Selenium XPath Tutorial #4 – XPath Contains Function with Examples

In this Selenium XPath tutorial we will learn about XPath “Contains” function with examples.

We will understand to identify dynamic webelements on any webpage in Selenium Automation using “contains” XPath function.