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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -