Home > Selenium (Page 7)

Identify dynamic link or webElement using Protractor

If the text of link/webElement is continuously changing then we call it as dynamic link or web element. We have two scenarios, first scenario is text of link may completely change second scenario is text of link may partially change. If it is partially changing we can use locator partailLinkText

This Article is TAGGED in , , . Read more

Read data from excel sheet using Katalon Studio

It it very easy to get data from excel using Katalon Studio. For Data driven test cases we need excel sheet. In this article will see how to use excel sheet in KATALON studio by using findTestData method. Select Menu File -> New -> Test Data (Katalon studio will show "New

This Article is TAGGED in , . Read more

How to install selenium webdriver On windows 10

Steps to install selenium WebDriver for windows. Step 1) Install java on windows machine (JDK) First verify whether java is already installed on your machine or not go to command prompt and type command "java -version" and press enter. if java is already installed on your machine then system will give you output

This Article is TAGGED in , , , . Read more