- rajivr
- Posts : 1
Join date : 2015-02-11
Send Keys command not working for Auto-suggest box in selenium IDE
Wed Feb 11, 2015 12:36 pm
Hi
I am trying to automate my application. There is a auto-suggest box and I am trying out all commands especially send keys commands and nothing is working out. Please help
Rajiv Rajendran
I am trying to automate my application. There is a auto-suggest box and I am trying out all commands especially send keys commands and nothing is working out. Please help
Rajiv Rajendran
- RamachandraPatkar
- Posts : 1
Join date : 2015-02-13
Location : Bangalore
Re: Send Keys command not working for Auto-suggest box in selenium IDE
Fri Feb 13, 2015 4:12 pm
Hi Rajiv,
Please Try the below command for auto-Complete.
1. Type the required auto-complete name like Brillo (use TypeAndWait command & add auto-complete id)
2. Use typeKeysAndWait command for auto-complete dropdown
3. Click on auto-complete dropdown id
TypeAndWait(class=ui-autocomplete:first-child,Brillo)
typeKeysAndWait(class=ui-autocomplete:first-child,Brillo)
click(class=ui-autocomplete:first-child)
Regards,
Ramchandra
Automation Engineer
Brillio Technologies
Please Try the below command for auto-Complete.
1. Type the required auto-complete name like Brillo (use TypeAndWait command & add auto-complete id)
2. Use typeKeysAndWait command for auto-complete dropdown
3. Click on auto-complete dropdown id
TypeAndWait(class=ui-autocomplete:first-child,Brillo)
typeKeysAndWait(class=ui-autocomplete:first-child,Brillo)
click(class=ui-autocomplete:first-child)
Regards,
Ramchandra
Automation Engineer
Brillio Technologies
- AJAX call auto complete is not working in selenium ide in firefox 33.0(ubuntu 12.0)
- AJAX call auto complete is not working in selenium ide in firefox 33.0(ubuntu 12.0)
- Command clickAndWait not working when Selenium IDE is running on Internet Explorer
- Selenium Script which contain waitForPopUp command working in firefox not in Internet Explorer.
- Can any one suggest what command could be used for refreshing a page using c sharp
Permissions in this forum:
You cannot reply to topics in this forum