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:
LocatorType = LocatorStrategy
In Selenium IDE, a target works on six modes of specifying location of a particular web element which are:
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://www.rookienerd.com/html-tutorial
Complete CSS tutorial: https://www.rookienerd.com/css-tutorial