Xpath vs CSS Selector – key differences and patterns
In one of our previous post selenium locator strategies, we have learned how to identify elements based on HTML tags or attributes. In this post, mostly we will be talking about the key differences between XPATH & CSS Selector, their patterns to locate browser elements. Patterns are basically the syntaxes we will use to identify…