Skip to content
Search

Software Testing Tutorials

  • Home
  • Selenium
    • selenium IDE tutorial
      • IDE Commands Part 1
      • IDE Commands Part 2
    • Selenium Webdriver Tutorial
      • Selenium Tutorial Part One
      • Selenium Tutorial Part Two
      • Selenium Advanced Tutorials
    • Selenium Data Driven Framework
    • 60 Selenium Interview Questions
    • Selenium Grid
      • Selenium Grid Tutorial
  • Appium Tutorials
    • Appium Tutorial Part One
    • Appium Tutorial Part Two
    • Advanced Appium Tutorial
    • Appium Interview Questions
      • Questions Part One
      • Questions Part Two
      • Questions Part Three
      • Questions Part Four
      • Questions Part Five
      • Questions Part Six
      • Questions Part Seven
  • JMeter Tutorial
  • Playwright
    • Playwright Tutorial
    • Playwright Interview Questions
  • Excel Guide
  • Manual Testing
    • Basic Tutorials
    • Advanced Tutorials

Software Testing Tutorials

Close menu
  • Home
  • Selenium
    • selenium IDE tutorial
      • IDE Commands Part 1
      • IDE Commands Part 2
    • Selenium Webdriver Tutorial
      • Selenium Tutorial Part One
      • Selenium Tutorial Part Two
      • Selenium Advanced Tutorials
    • Selenium Data Driven Framework
    • 60 Selenium Interview Questions
    • Selenium Grid
      • Selenium Grid Tutorial
  • Appium Tutorials
    • Appium Tutorial Part One
    • Appium Tutorial Part Two
    • Advanced Appium Tutorial
    • Appium Interview Questions
      • Questions Part One
      • Questions Part Two
      • Questions Part Three
      • Questions Part Four
      • Questions Part Five
      • Questions Part Six
      • Questions Part Seven
  • JMeter Tutorial
  • Playwright
    • Playwright Tutorial
    • Playwright Interview Questions
  • Excel Guide
  • Manual Testing
    • Basic Tutorials
    • Advanced Tutorials

Software Testing Tutorials

Search Toggle menu

Category: Selenium 2

February 9, 2014June 20, 2025Selenium 2, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

Selenium Webdriver Tutorial To Capture Screenshot With Example

Capturing screenshot of software web application page is very easy in selenium webdriver. As we knows, It is very basic required thing […]

February 8, 2014June 20, 2025iselementpresent, iselementpresent in selenium webdriver, iselementpresent method in selenium, Selenium 2, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

Selenium WebDriver : Verify Element Present In Selenium WebDriver

Some times you need to verify the presence of element before taking some action on software web application page. As you know, […]

February 8, 2014June 20, 2025findElements, Selenium 2, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

Selenium WebDriver : Difference Between findElement and findElements with example

We have seen many examples of webdriver’s findElement() in my previous posts. You will find syntax of findElement() with example on THIS […]

February 8, 2014June 20, 2025Selenium 2, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

Selenium WebDriver : How To Navigate URL, Forward and Backward With Example

In my earlier posts, we have learnt few BASIC ACTION COMMANDS of selenium WebDriver software testing tool with examples. You will have to […]

February 1, 2014June 20, 2025Selecting Dropdown Value, Selenium 2, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples

Selenium Webdriver tutorial : How To Select Dropdown Value With Example

In my earlier tutorial of selenium webdriver software testing tool, we learn few basic action commands of selenium WebDriver like HOW TO […]

January 29, 2014June 20, 2025Execute Javascript In Selenium WebDriver, Selenium 2, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

How to highlight element using selenium webdriver

As we have seen in my previous posts, we can Get Page Title, Get Domain Name, Generate Alert using java script executor interface […]

January 28, 2014June 20, 2025Execute Javascript In Selenium WebDriver, Selenium 2, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

Generating Alert In Selenium Webdriver using JavascriptExecutor

If you need to generate alert during your software test case execution then you can use java script Executor in selenium webdriver software […]

January 15, 2014June 20, 2025Execute Javascript In Selenium WebDriver, Selenium 2, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

Selenium WebDriver – Get Domain Name Using JavascriptExecutor

You need current software web application’s page URL when you have to compare it with your expected URL. You can do it […]

January 15, 2014June 20, 2025Execute Javascript In Selenium WebDriver, Selenium 2, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

Executing javascript in selenium webdriver to get page title with example

JavascriptExecutor is very useful Interface in webdriver software testing tool. Interface JavascriptExecutor helps you to execute javascript in your software test case whenever required. If […]

January 14, 2014June 20, 2025explicit wait, Selenium 2, selenium webdriver tutorial, wait for text, WebDriver, WebDriver Examples, webdriver tutorials, WebDriver Wait For Examples

WebDriver – wait for text to be present with example using explicit wait

Some times you need to wait for text, wait for element, wait for alert before performing actions in your regular software web application test cases […]

January 12, 2014June 20, 2025implicit wait in webdriver, Selenium 2, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

How to use implicit wait in selenium webdriver and why

There are 2 types of waits available in Webdriver/Selenium 2 software testing tool. One of them is Implicit wait and another one is explicit […]

January 11, 2014June 24, 2025explicit wait, Selenium 2, selenium webdriver tutorial, wait for title, WebDriver, webdriver tutorials, WebDriver Wait For Examples

Selenium WebDriver wait for page title with example

This guide will show you how to use Selenium WebDriver to wait for page title during test execution. You’ll learn how to […]

January 8, 2014June 24, 2025explicit wait, Selenium 2, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials, WebDriver Wait For Examples

How to wait for element to be clickable in selenium webdriver using explicite wait

Learn how to wait for element to be clickable in Selenium WebDriver using WebDriverWait and ExpectedConditions for stable and reliable test automation.

January 8, 2014June 20, 2025Selenium 2, selenium tutorial, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

Selenium Tutorial

Selenium tutorial for beginner is basic requirement of any selenium learner to learn selenium perfectly if it’s free and complete. Selenium is very strong […]

January 6, 2014June 20, 2025Selenium 2, selenium webdriver tutorial, WebDriver, Webdriver Element Locators, webdriver tutorials

How To Locate Element By XPATH In Selenium 2/WebDriver With Example

We have learnt most of all the way of locating element in webdriver software testing tool like Locating Element By ID, Locating Element By […]

January 5, 2014June 20, 2025Selenium 2, selenium webdriver tutorial, WebDriver, Webdriver Element Locators

Selenium WebDriver By.cssSelector Element Locators With Example

WebDriver support many different element locating methods and locating element by it’s CSS Path is one of the most popular way in […]

January 5, 2014June 20, 2025Selenium 2, selenium webdriver tutorial, WebDriver, Webdriver Element Locators, webdriver tutorials

How To Locate Element By Link Text Or Partial Link Text In Selenium WebDriver

In my previous posts what we have learn is we can Locate Element By Name, Locate Element By ID, Locate Element By Class Name […]

January 4, 2014June 20, 2025Selenium 2, selenium webdriver tutorial, WebDriver, Webdriver Element Locators, webdriver tutorials

Selenium Webdriver Element Locator – Locating Element By Name With Example

Selenium WebDriver/Selenium 2 is web and mobile software application regression testing tool and it is using element locators to find out and […]

January 4, 2014June 20, 2025Selenium 2, selenium webdriver tutorial, WebDriver, Webdriver Element Locators, webdriver tutorials

Element Locators In Selenium 2 or WebDriver – Locating Element By Tag Name

We have learn about Locating element by ID and Locating element by Class Name for application software web page with examples in my previous posts. […]

January 4, 2014June 20, 2025Selenium 2, selenium webdriver tutorial, WebDriver, Webdriver Element Locators, webdriver tutorials

Locating Web Element By ClassName In Selenium WebDriver with example

There are many different ways of locating elements in webdriver for your software web application page and I have described one of […]

January 4, 2014June 20, 2025Selenium 2, selenium webdriver tutorial, WebDriver, Webdriver Element Locators, webdriver tutorials

How To Locate Elements By ID In Selenium WebDriver With Example

Before using WebDriver software testing tool, You must be aware about different ways of locating an elements in WebDriver for software web […]

Posts pagination

< 1 … 10 11
  • Snapchat Planets Guide: Map Your Friendships in Orbit
  • How to Use getByRole Locator in Playwright (2025 Guide)
  • How to Use Text Selector in Playwright – 2025 Guide
  • Top Playwright Interview Questions – 50+ Expert Picks
  • How to Take Screenshot in Playwright With Example

              
  • About Us
  • Contact Us
  • Terms of Service
  • Privacy Policy
© 2025 Software Testing Tutorials. Proudly powered by Sydney