Hello Alex,

I used link and it still does not work. I have the code for search link and search button below. Any help will be apprecaited.

Code for search link:

<a href="" class="app_nav" id="search" name="search" >Search</a>


Code for search button:

<tr valign="top"><td width="45%" valign="top" class="defaultStyle" colspan="4"><nobr><input id="search" name="search" class="nxt_button" value="Search" type="submit" >


Alexandre Garel <[EMAIL PROTECTED]> wrote:

Tushar Shah a écrit :

> Hi All,
>
> I am testing a web application. In one of the page, i have 1 search
> link and 1 search button.
>
> I am able to access the search link correctly with the code:
>
>
> clickAndWait
> search
>  
>
>
> Even for the search button, i have the same code: which in turn does
> not work, because i guess it is using the same name: search
>
Try seeing the doc about locators. You should use link=search for the
search link and maybe name=search for your button. If it does not work,
tell us how your search button is defined in your html source.

Alex.





Ce message est protégé par les règles relatives au secret des correspondances. Il est donc établi à destination exclusive de son destinataire. Celui-ci peut donc contenir des informations confidentielles. La divulgation de ces informations est à ce titre rigoureusement interdite. Si vous avez reçu ce message par erreur, merci de le renvoyer à l'expéditeur dont l'adresse e-mail figure ci-dessus et de détruire le message ainsi que toute pièce jointe.

This message is protected by the secrecy of correspondence rules. Therefore, this message is intended solely for the attention of the addressee. This message may contain privileged or confidential information, as such the disclosure of these informations is strictly forbidden. If, by mistake, you have received this message, please return this message to the addressser whose e-mail address is written above and destroy this message and all files attached.
_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users


Yahoo! DSL Something to write home about. Just $16.99/mo. or less
_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to