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
vinu.m.19
Posts : 1
Join date : 2012-05-16

Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case Empty Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case

Wed May 16, 2012 8:21 pm
Hi ,

I am new to Selenium. As part of our test sytem automation , I used Selenium IDE , Selenium RC with java Junit test case.

In one of the JSP page we have a dropdown and which is loaded based on another textbox contorl's (tab) change.

After recording and exporting as a JUnit test case , the execution is failing as it was not able to get the dynamicaly loaded options of the drop down.

Please help me to resolve this issue.



Regards

Vinod
avatar
popsha
Amateur
Amateur
Posts : 60
Join date : 2012-04-14

Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case Empty Re: Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case

Thu May 17, 2012 1:31 pm
my idea is that, capture the text box value as string ie., 'String a', then pass the string value as below
selenium.select("name=xxxxx", a);

note: 'selenium.select' command can recognize only string.
Back to top
Permissions in this forum:
You cannot reply to topics in this forum