You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i generate the .java file, i m getting all CSS locator but in my framework I am only work with xpath.
so how i can related to objects. is there is method to change the locators CSS to XPath
The text was updated successfully, but these errors were encountered:
I'd also like to be able to change the locators from CSS to XPath or ID!
The preferred order of locators is usually 1.ID, 2.Name, 3.CSS, 4.XPath.
It'd make sense to be able to select locators.
When i generate the .java file, i m getting all CSS locator but in my framework I am only work with xpath.
so how i can related to objects. is there is method to change the locators CSS to XPath
The text was updated successfully, but these errors were encountered: