How can I search for a text and fill/click on a link with Selenium?

Posted by Shady on Stack Overflow See other posts from Stack Overflow or by Shady
Published on 2010-05-02T01:32:08Z Indexed on 2010/05/02 1:37 UTC
Read the original article Hit count: 255

Filed under:
|

Here's the deal:

Is there a way to search for an input name or type witch is not precise and fill it?

For example, I want to fill any input with the name email with my email, but I maybe have some inputs named email-123, emailemail, emails etc... Is there a way to do something like * email * ?

And how can I click on a link verifying some text that could be on the link, or above the link, or close, or at class etc ?

ps: I'm using selenium ide with firefox

© Stack Overflow or respective owner

Related posts about selenium

Related posts about firefox