Webdriver – XPath and CSS selector performance tip

There are cases when using XPath has some advantages over CSS selectors. For example if there is a site where we can select an item only by text because the other type of locators are not clear(id’s and classes are generated and they are used in multiple places). What can we do in this situation? […]

Read more