CSS Selector – Class Syntax: css=<HTML tag><.><Value of class attribute> “.” is used to symbolize Class attribute. It is mandatory to use…
selenium ide
-
-
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) 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…
-
Locating Strategies- (By XPath- Using Double Slash) In this section, you will learn how to locate a particular web element by XPath-…
-
Selenium IDE-Installation Since, Selenium IDE is available only as Firefox and Chrome plug-in, we assume that you have already installed Mozilla Firefox…
-
Selenium WebDriver- Handling drop-downs In this section, you will learn how to handle drop-downs in Selenium WebDriver. Before proceeding with this section,…
-
Selenium IDE- Login Test In this section, you will learn how to create a Login Test case in Selenium IDE. For our…
-
Selenium WebDriver- Installation Selenium WebDriver installation process is completed in four basic steps: Download and Install Java 8 or higher version. Download…
-
Selenium WebDriver – Navigation Commands WebDriver provides some basic Browser Navigation Commands that allows the browser to move backwards or forwards in…