I see the following error:
Invalid Xpath 2The selenium command in Eclipse for Xpath is:
selenium.click("//input[@value='Search Equipment']");I tried copying the Xpath using Firebug which was:
/html/body/section[2]/section/div/div/div/form/div[2]/div[2]/div/span/inputBut I get the same error.Can someone please help me on this.
Note: I have tried using @type='submit' in xpath expression but still doesn't work.