Selenium IDE- Locating Strategies (By Identifier) Identifier was used as a default type earlier and not recommended now as it’s not supported…
selenium limitations
-
-
Locating Strategies- (By XPath- Using Single Slash) In this section, you will learn how to locate a particular web element by XPath-…
-
Locating Strategies- (By XPath- Using Double Slash) In this section, you will learn how to locate a particular web element by XPath-…
-
Locating Strategies- (By XPath) XPath is a language used for locating nodes in XML documents. XPath can be used as a substitute…
-
Selenium IDE- Locating Strategies (By DOM) DOM stands for Document Object Model. In simple words, DOM specifies the structural representation of HTML…
-
Selenium WebDriver- Running test on IE Browser In this section, you will learn how to run your Selenium Test Scripts on IE…
-
Assertions Assertion determines the state of the application whether it is the same what we are expecting or not. If the assertion…
-
Selenium WebDriver- Running test on Safari Browser In this section, we will learn how to run our Selenium Test Scripts on Safari…
-
Selenium WebDriver – Browser Commands The very basic browser operations of WebDriver include opening a browser; perform few tasks and then closing…
-
Selenium WebDriver- Commands As we have discussed earlier in the IDE section, Selenium commands are the set of commands that are used…