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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -