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 tutorial

March 21, 2021June 18, 2025SelectorsHub for chrome, selectorshub tutorial, selenium tutorial, selenium webdriver, selenium webdriver tutorial, Xpath Locator, Xpath Tutorials

SelectorsHub for chrome – Easy And Free xpath and css selectors in selenium Webdriver

We have used many different tools and methods to find XPath and CSS selectors for selenium webdriver. But SelectorsHub chrome extension is Next generation […]

June 2, 2020Selenium, Selenium 2, selenium tutorial, selenium webdriver, selenium webdriver tutorial, webdriver tutorials

Selenium WebDriver Test Automation on BrowserStack

BrowserStack is web cloud platform which provides us an environment to test web and mobile applications on different version combinations of OS […]

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

Using deleteAllCookies() to Delete all cookies in Selenium WebDriver

Earlier we already learn different selenium webdriver methods to add cookie, get cookies detail by name and all cookies. Sometimes you also […]

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

Using deleteCookieNamed() and deleteCookie() to delete cookies in selenium WebDriver

Earlier we learnt how to add cookie and get cookie details using different methods like addCookie(), getCookieNamed() and getCookies(). Sometimes you also need […]

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

Using getCookies() to get all cookies and extracting in Selenium Webdriver

Any site can have single or multiple cookies. If you know cookie name then you can get it’s detail easily using getCookieNamed(). But […]

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

How to use addCookie() and getCookieNamed() in Selenium WebDriver

Selenium webdriver add cookie and selenium webdriver get Cookie Named are very useful methods. Most of all you are already aware about browser […]

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

How to Manage Browser Dimension and Position in Selenium Webdriver

Sometimes you need to set Dimension and Position of your browser window. We have built in selenium dimension class and selenium Position class […]

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

Selenium maximize window using manage() method in Selenium WebDriver

manage() method is very basic which we are using to maximize window in selenium very frequently. You can use it to manage […]

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 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 25, 2025selenium tutorial, selenium webdriver, selenium webdriver tutorial, Xpath Locator, Xpath Tutorials

ChroPath to Find XPath and CSS Selector using google chrome extension

Learn how to use ChroPath to find XPath and CSS Selector easily for test automation with accurate and quick element inspection.

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 […]

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 […]

October 16, 2017June 18, 2025java Collection framework, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium tutorial, selenium webdriver

LinkedHashMap Class In Java

LinkedHashMap class is one of the class of map interface which extends HashMap class and implements Map interface. It is combination of linked list […]

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

Java HashMap Class

Is is pronounced as HashMap because It is hash table based implementation of map interface. It extends AbstractMap class and implements Map […]

September 22, 2017June 18, 2025java Map interface, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium tutorial, selenium webdriver

Java Map Interface

Java Map interface represents the mapping between unique keys to values. Map can not hold duplicate values. In Map interface, Each key […]

April 10, 2017June 18, 2025java Collection interface, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium tutorial, selenium webdriver

Java TreeSet Class

TreeSet is class under Set interface of collection framework. It implements NavigableSet interface which extends SortedSet interface. Elements are ordered by a Comparator which is […]

April 2, 2017June 18, 2025java Collection interface, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium tutorial, selenium webdriver

Java SortedSet Interface

SortedSet interface extends Set interface in collection framework of java. As name suggest, It provides total ordering on elements of Set. Set […]

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

HashSet in Java Collection Example

HashSet is a class of collection framework which extends AbstractSet class and implements the Set interface. HasSet doesn’t guarantee that elements order […]

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

Java LinkedHashSet Class

LinkedHashSet Class extends extends HashSet class and Implements Set interface in collection interface hierarchy. LinkedHashSet implementation differs from HashSet as it maintains doubly-linked list running […]

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

Java Set Interface And Methods

Set is one of the collection framework interface which extends root Collections interface. Set collection can not contain duplicate elements. Set interface […]

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

Java Queue Interface

If you look at collection hierarchy, Queue extends collection interface. Main purpose of collection is to hold the elements prior to processing. Queue […]

Posts pagination

< 1 2 3 >
  • 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