Skip to content

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 Tutorial
  • Excel Guide
Search

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 Tutorial
  • Excel Guide

Software Testing Tutorials

Search Toggle menu

Category: selenium webdriver tutorial

May 14, 2020June 18, 2025Selenium, selenium tutorial, selenium webdriver, selenium webdriver tutorial, webdriver tutorials

Use of navigate() method in Selenium WebDriver

navigate() method in selenium is very frequently used method. Using selenium navigate to url method, driver can navigate back, forward, refresh browser […]

May 13, 2020June 18, 2025Selenium, selenium tutorial, selenium webdriver, selenium webdriver tutorial, webdriver tutorials

Selenium switchTo() iFrames using index

We can use switchTo() method in selenium when you want to switch between multiple browser windows or multiple frames on page. Earlier we […]

May 12, 2020Selenium, selenium webdriver, selenium webdriver tutorial, webdriver tutorials

Using getwindowhandle() and getWindowHandles() methods in Selenium WebDriver

getwindowhandle() and getWindowHandles() in selenium are methods to get window handles in selenium. getwindowhandle() is useful to get handle of current selected […]

May 11, 2020June 18, 2025Selenium, Selenium 2, selenium tutorial, selenium webdriver, selenium webdriver tutorial, webdriver tutorials

Difference between close() and quit() in selenium WebDriver

Many new learners are initially confused about when to use close() and when to use quit() method for selenium close browser. Selenium […]

May 10, 2020June 18, 2025Selenium, Selenium 2, selenium tutorial, selenium webdriver, selenium webdriver tutorial

What is the usage of getPageSource() method in Selenium WebDriver

As name suggest, getPageSource() method is useful to get source of last loaded web page. Please note here, If web page is […]

May 9, 2020June 18, 2025Selenium, Selenium 2, selenium tutorial, selenium webdriver, selenium webdriver tutorial, webdriver tutorials

How to use findElement() method in Selenium WebDriver

Selenium Webdriver’s findElement() method is useful to locate WebElement for page. It is one of the mostly used method in selenium webdriver. It […]

May 8, 2020June 18, 2025Selenium, Selenium 3, selenium tutorial, selenium webdriver, selenium webdriver tutorial, WebDriver

When to use findElements() method in selenium webdriver

findElements method is different than the findElement method in selenium webdriver. findElements method is useful to find all elements from page using given […]

May 7, 2020June 18, 2025Selenium, Selenium 3, selenium methods, selenium tutorial, selenium webdriver, selenium webdriver tutorial

How to use getTitle() method in selenium WebDriver

We are using getTitle() method very frequently in out selenium webdriver tests. It is one of the basic and most commonly used […]

May 6, 2020June 18, 2025Selenium, Selenium 3, selenium methods, selenium tutorial, selenium webdriver, selenium webdriver tutorial

How to Use getCurrentUrl() Method In Selenium WebDriver

Selenium WebDriver have many different methods and one of them is getCurrentUrl() method. So what is the actual usage of getCurrentUrl() method and […]

July 7, 2019June 18, 2025selenium tutorial, selenium webdriver, selenium webdriver tutorial, Xpath Locator, Xpath Tutorials

ChroPath – Find XPath and CSS Selector using google chrome extension

Earlier we learnt about how to find XPath or CSS selector using Chrome Devtool to use it in selenium webdriver. ChroPath have […]

July 6, 2019CSS Locator, selenium tutorial, selenium webdriver, selenium webdriver tutorial, Xpath Locator, Xpath Tutorials

How to find XPath/CSS selector in chrome and evaluate it with example

Finding XPath or CSS selector is very crucial task for selenium webdriver test script preparation and so google chrome has made it […]

June 29, 2019April 11, 2025Selenium, selenium tutorial, selenium webdriver, selenium webdriver tutorial, WebDriver, Xpath Tutorials

How to Nomalize Space in XPath

In this article, you’ll learn how to remove leading and trailing whitespace in XPath using the normalize-space() function for cleaner and more […]

June 22, 2019June 18, 2025Selenium 3, selenium tutorial, selenium webdriver, selenium webdriver tutorial

What is get method in selenium?

WebDriver interface has many different methods and get method is one of them. WebDriver interface is implemented by different browser classes like […]

January 23, 2019June 18, 2025Learn Selenium Webdriver Online, Selenium, selenium webdriver, selenium webdriver tutorial, selenium with python

WebElement Locators – 2: By Xpath, Tag Name, Class Name, and CSS Selector

So in last article we have seen how to locate the WebElement using four locators and those are Name, Id, Partial Link […]

January 19, 2019June 18, 2025Learn Selenium Webdriver Online, Selenium, selenium webdriver, selenium webdriver tutorial, selenium with python

WebElement Locators – Part – 1 – Selenium With Python

In this article, we are going to see how we can locate the web element to perform an action on it. Web […]

December 19, 2018Learn Selenium Webdriver Online, Selenium, selenium webdriver, selenium webdriver tutorial, selenium with python

Selenium Webdriver With Python – Basic Test script

Today we are going to see the basic things which we are going to use while making the selenium WebDriver scripts using […]

March 18, 2018Selenium 2, selenium tutorial, selenium webdriver tutorial

Selenium Tutorial : The path to the driver executable must be set by the webdriver.gecko.driver system property

Since last update of selenium 3, Most of the users(especially those who are new with selenium) are facing common issue with error […]

September 12, 2017June 18, 2025java Collection framework, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium webdriver tutorial

Java Hashtable Class

Hashtable Class implements Map, Cloneable and Serializable interfaces and also extends Dictionary class. It maps keys to values in table format. Every […]

September 19, 2016June 18, 2025java Collection interface, java tutorials for webdriver, Selenium 2, selenium webdriver tutorial

Java ArrayDeque Class

ArrayDeque is one of the collection framework member which implements Deque, Cloneable and Serializable interfaces. ArrayDeque provides Resizable-array implementation so it has […]

September 16, 2016June 18, 2025java Collection framework, java tutorials for webdriver, Selenium 2, selenium webdriver tutorial

Java Deque Interface

Deque is one of the collection interface which extends Queue interface. Deque is linear collection which allow us to add and remove […]

September 14, 2016June 18, 2025java Collection framework, java tutorials for webdriver, Selenium 2, selenium webdriver tutorial

Java PriorityQueue Class

PriorityQueue Class is one of the collection framework class which implements Queue, Serializable, Iterable and Collection interfaces. It is using natural ordering […]

August 31, 2016June 18, 2025java Collection framework, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium webdriver tutorial

Java ArrayList Class

ArrayList class is sub class of collection interface which implements to List interface. ArrayList class provides resizable-array so it can grow automatically […]

August 27, 2016June 18, 2025java Collection interface, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium webdriver tutorial

Java Collections Framework

What is Java Collections Framework? Java Collections Framework is group of different interfaces, classes and algorithms. In simple word, Collection means single […]

August 26, 2016June 18, 2025java Collection interface, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium webdriver tutorial

Java List Interface

List interface in java is ordered collection so it can store elements in sequence. List interface is sub interface and it extends […]

August 21, 2016June 18, 2025java Collection interface, java tutorials for webdriver, Selenium 2, selenium webdriver tutorial

Java Collection Interface

Collection is an interface in java. Collection interface extends Iterable interface. In hierarchy, Collection interface is root of List, Queue and Set […]

March 9, 2014June 20, 2025selenium webdriver, selenium webdriver tutorial, TestNG Tutorials, WebDriver, webdriver tutorials, webdriver with testng

Introduction Of TestNG – Unit Testing Framework For Selenium WebDriver

TestNG is unit testing framework and it has been most popular in very sort time among java software developers and selenium webdriver software […]

March 9, 2014June 20, 2025Deselecting Dropdown Value, Selenium 2, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

Use Of isMultiple() And deselectAll() In Selenium WebDriver With Example

isMultiple() method is used to identify if you can select multiple options from a select element. deselectAll() method is used to deselect […]

March 8, 2014June 20, 2025Deselecting Dropdown Value, Selenium 2, selenium webdriver, selenium webdriver tutorial, WebDriver, WebDriver Examples, webdriver tutorials

How To Deselect Option By Visible Text Or Value Or By Index In Selenium WebDriver With Example

Adding selection or removing selection from list box are very common actions for list box. Selenium WebDriver has 3 alternate options to select […]

March 2, 2014June 20, 2025JUnit, Junit with webdriver, selenium webdriver tutorial, WebDriver, webdriver tutorials

Example Of Junit Timeout And Expected Exception Test For WebDriver

Sometimes you need to set time out for your webdriver test or you need to set expected exception condition for your test. […]

March 1, 2014June 20, 2025JUnit, Junit with webdriver, selenium webdriver tutorial, WebDriver, webdriver tutorials

Example Of Difference Between @Before/@After VS @BeforeClass/@AfterClass In JUnit With WebDriver

Many readers are asking me the difference between JUnit annotations @Before VS @BeforeClass and @After VS @AfterClass in webdriver software automation test. If you have read […]

Posts pagination

< 1 2 3 4 5 >
  • How to Take Screenshot in Playwright With Example
  • How to Perform Drag and Drop in Playwright
  • How to Upload Files in Playwright – Complete Guide
  • How to Clear Input Text Field Value in Playwright: 4 Ways
  • How to Press Keys in Playwright: Quick Guide

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