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
flower07
Posts : 3
Join date : 2011-08-05

Selenium IDE not recording Dijit Combo Values Empty Selenium IDE not recording Dijit Combo Values

Mon Sep 05, 2011 4:23 pm
I have an application which uses Dijit Combobox. What happens is, I
click on the cell. It opens up a dropdown. This is getting properly
recorded in the IDE. But, when I choose a value from the drop down, IDE
is not recording that part.




Here is the firebug screenshot of the combo box that appears on
clicking on the cell. As you can see it has two values cm2 and mat1. I
need the IDE code to choose either of these values.


Selenium IDE not recording Dijit Combo Values 5gUCQ


I tried something like


Code:
click - //div[@id='csi_table_Widget_5']/div[2]/table/tbody/tr/td[11]
This works fine for opening the drop down.


Code:
click - //div[@id='widget_csi_widget_FilteringSelect_10_dropdown']/ul/li[4]
This does not work for choosing a value from the drop down.


Any help, please?
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

Selenium IDE not recording Dijit Combo Values Empty Re: Selenium IDE not recording Dijit Combo Values

Tue Sep 13, 2011 6:57 pm
hi,

Try to use this xpath
//li[@class='className'and @role='option']

change className as real one.


Click|//li[@class='className'and @role='option']|value=cm2
Back to top
Permissions in this forum:
You cannot reply to topics in this forum