Note: This e-mail is subject to the disclaimer contained at the bottom of this message.



Greetings,

I need selenium to select a value in the ajax - generated select list ( step 3 in sequence below )
after selenium 'types' first few characters of the word into associated text input field

Without selenium the sequence is following:

1. type 'AM' in text field id='123'
2. ajax drop-down list appears with AM* entries like ['AMA', 'AMG', ... ,  'AMAZON BOOKS'  .... ]
3. click on any list item (or mouseClick and Enter)
4. list's _javascript_ event handler populates text field id='123'  with value selected from the list
5. ....the rest of the page lists get populated based on selection above

Any help will be greatly appreciated

Jake


The information transmitted in this message and its attachments (if any) is intended only for the person or entity to which it is addressed.

The message may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information, by persons or entities other than the intended recipient is prohibited.

If you have received this in error, please contact the sender and delete this e-mail and associated material from any computer.

The intended recipient of this e-mail may only use, reproduce, disclose or distribute the information contained in this e-mail and any attached files, with the permission of the sender.

This message has been scanned for viruses with Symantec Scan Engine and cleared by MailMarshal.


_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to