Simplifying an xPath query -
simplify following xpath small possible still identifies element in question
/html/body/div[@id='vwd4_page']/div[@id='vwd4_content']/div[@id='layout']/div[@id='footeraction']/div[3]/form[@id='searchform']/span/input[@id='searchfield']
can use this?
//input[@id='searchfield']
Comments
Post a Comment