CSS Selector – Sub-string It allows matching a partial string to locate a particular web element. There are three mechanisms in which…
tool suite
-
-
Locating Strategies- (By XPath- Using Single Slash) In this section, you will learn how to locate a particular web element by XPath-…
-
Selenium IDE- Locating Strategies (By DOM) DOM stands for Document Object Model. In simple words, DOM specifies the structural representation of HTML…
-
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 WebDriver – Navigation Commands WebDriver provides some basic Browser Navigation Commands that allows the browser to move backwards or forwards in…
-
Selenium WebDriver- Running test on Chrome Browser In this section, you will learn how to run your Selenium Test Scripts on Chrome…
-
Selenium WebDriver- Running test on Firefox Browser- Gecko (Marionette) Driver In this section, we will learn how to run your Selenium Test…
-
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…