Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
hkondamudi
Posts : 1
Join date : 2011-06-03

Automate throgh selenium: AJAX page refresh when selected an option in combo box.  Empty Automate throgh selenium: AJAX page refresh when selected an option in combo box.

Fri Jun 03, 2011 8:57 pm
Hi folks,

Am trying to automate my application using selenium IDE. Am struck a t a place, where i have to automate a combo box. Upon selection of an item from the combo box, it displays some additional text boxes specified for that selected item. I am unable to play back this functionality. I have also tried using fire event command. but didnt work.

am using the following values in the IDE to pick the value i need from the drop down.
Command: type
Target: ID of the combobox
Value: Value i need to select from the combo box.

Any help is appreciated.
avatar
freesky
Amateur
Amateur
Posts : 72
Join date : 2011-04-13

Automate throgh selenium: AJAX page refresh when selected an option in combo box.  Empty Re: Automate throgh selenium: AJAX page refresh when selected an option in combo box.

Wed Jun 08, 2011 5:48 pm
In my Selenium script,I used the commands below to select the value from the combo box,

1.command: mouseDown
target: Id of combo box

2.command: mouseDown
target: combo box item

3.command: mouseUp
target: combo box item
Back to top
Permissions in this forum:
You cannot reply to topics in this forum