Selenium IDE “storeElementIndex” and “verifyElementIndex” Commands Examples
“storeElementIndex” and “verifyElementIndex” Commands are used for store and verify index of an element node respectively. If you want to verify the […]
“storeElementIndex” and “verifyElementIndex” Commands are used for store and verify index of an element node respectively. If you want to verify the […]
What is selenium webdriver and how it help us in software testing process?Webdriver in selenium (http://docs.seleniumhq.org/projects/webdriver/) is an Interface and it is designed […]
“focus” Command in Selenium IDE “focus” is useful to set focus on targeted fields. Generally it is used with input fields like […]
“verifyEditable” and “verifyNotEditable” commands are verification commands in selenium IDE and useful to check targeted element is editable or not. You need […]