I am starting a series of posts on best strategies to be followed in front end automation. Here is the first post. "Locators' are the backbone of front end automation. Your script does not see the actual UI/UX and perform the action. It depends on DOM where HTML tags and its attributes are defined. Maximum … Continue reading Front End Automation Strategies 1 – Don’t Write Complex XPath/CSS – Ask For Static Locators Instead
Tools To Find XPath In Chrome Browser
Hello Folks, We have seen tools to find XPath in Firefox. Those tools were specific to Firefox browser. In this post, we will learn tools to find XPath in Chrome browser. Finding XPath without any tools: You can find XPath and CSS selector of any web element in chrome browser without any tools as well. … Continue reading Tools To Find XPath In Chrome Browser