Re: How to use Selenium to simulate the action of picking an item of SuggestionBox?

2009-11-23 Thread Clint
You need to instruct it to focus on the field, clear the field (some browsers might keep the original text), type each key, and somehow you need to type space as the last key to trigger the suggestions. So basically just selenium.type(..) won't work. Clint On Nov 20, 12:06 am, "zoe.Liao" wrote:

How to use Selenium to simulate the action of picking an item of SuggestionBox?

2009-11-20 Thread zoe.Liao
Hello,Selenium IDE can not capture the action of picking an item of SuggestionBox.Is there any way to simulate this action (selecting an item) ?Or any aternative way to test SuggestionBox with selenium? Thanks in advance. -- You received this message because you are subscribed to the Google Grou