Home » Selenium IDE- Locating Strategies

Selenium IDE- Locating Strategies

by Online Tutorials Library

Selenium IDE- Locating Strategies

For most of the Selenium commands, we need a target location which uniquely defines the web element in the context of a web application.

A target consists of a locating strategy and has a format like:

In Selenium IDE, a target works on six modes of specifying location of a particular web element which are:

Selenium IDE- Locating Strategies

Before proceeding with each mode in detail, you should be well versed with HTML and CSS. You can also refer to our HTML and CSS tutorial provided under the links given below:

Complete HTML tutorial: https://tutoraspire.com/html-tutorial

Complete CSS tutorial: https://tutoraspire.com/css-tutorial

Next TopicSelenium WebDriver

You may also like