I want to select the second match of my path in a document in selenium IDE: This is the path. I am sure it is valid because Firebug can find it with no problems
(//label[text() = "stupid"])[2]
Selenium does not think this is an element. I don't even think it recognizes it as a valid path.
[error] locator not found: (//label[text() = "stupid"])[2]