Advanced SelectorsHub For Chrome Tutorial For XPath and cssSelector

SelectorsHub for chrome extension is XPath, JSPath, cssSelector tool and it is very easy to understand and use. Earlier we learned how to install SelectorsHub for Chrome and in different browsers and basic features like how to get XPath or cssSelector of any web element to use it in selenium webdriver test script, using advanced featured from chrome devtool. … Read more

How to find XPath/CSS selector in chrome and evaluate it with example

Finding XPath or CSS selector is very crucial task for selenium webdriver test script preparation and so google chrome has made it very easy for all and specially selenium users. There are many different chrome extensions available which provides this feature. But Google chrome’s inbuilt Chrome Devtool is very easy to use. It has many … Read more

Selenium IDE “verifyAttribute” and “assertAttribute” commands example

“verifyAttribute” and “assertAttribute” commands are useful for verification of values of an attribute of any node on the page of software web application. You can check value of an attributes like class, title, id, name, type, etc.. I got many questions about “Difference between assert and verify in selenium with example” so i will describe … Read more

Set Locator Builders Preference in Selenium IDE

Locator in selenium IDE are used for locating an element on page. Selenium IDE support many types of locators like name, id, CSS and  XPath, dom, ui etc.. and from all of them, mostly used locators are name, id, CSS and XPath. Selenium IDE has a facility to set your preferred locator to record it. That means during recording, which locator … Read more