Element Locators In Selenium 2 or WebDriver – Locating Element By Tag Name
We have learn about Locating element by ID and Locating element by Class Name for application software web page with examples in my previous posts. […]
We have learn about Locating element by ID and Locating element by Class Name for application software web page with examples in my previous posts. […]
There are many different ways of locating elements in webdriver for your software web application page and I have described one of […]
Working with the multiple windows in selenium IDE is not hard. Many selenium IDE users asking me for this question so let me try […]
“assertTextPresent” command “assertTextPresent” command is useful for verifying and asserting selenium if given text is not present on page. It will return […]