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
ashish
Posts : 3
Join date : 2010-08-30
Age : 37
Location : Ahmedabad

recording ExtJS Checkboxes  Empty recording ExtJS Checkboxes

Mon Aug 30, 2010 6:57 pm
Hi

Our organization also like to use selenium IDE for regression testing for one of our Java based application(ExtJS). We have problems in recording check boxes......IDE stops playing and gives denial messages that this...element is not found.

Can any one give the solutions for ExtJS based Checkbox recording solutions.

Thanks in advance.

Regards,

Ashish
avatar
ashish
Posts : 3
Join date : 2010-08-30
Age : 37
Location : Ahmedabad

recording ExtJS Checkboxes  Empty Re: recording ExtJS Checkboxes

Wed Sep 01, 2010 3:36 pm
Hey friends here is the solution i get.

If you are facing problems with Ext JS checkboxes then use the xpath:position or manually put
"div[2]/div[2]/div/div[1]/div[2]/div/div[8]/table/tbody/tr/td[1]/div/div "
for target and clickAt as a command.


in my case its working now and if you want to add multiple random check boxes then make it like this

//div[2]/div[2]/div/div[1]/div[2]/div/div[4]/table/tbody/tr/td[1]/div/div

//div[2]/div[2]/div/div[1]/div[2]/div/div[5]/table/tbody/tr/td[1]/div/div

//div[2]/div[2]/div/div[1]/div[2]/div/div[6]/table/tbody/tr/td[1]/div/div

//div[2]/div[2]/div/div[1]/div[2]/div/div[7]/table/tbody/tr/td[1]/div/div

//div[2]/div[2]/div/div[1]/div[2]/div/div[8]/table/tbody/tr/td[1]/div/div


try it.
best luck.
Back to top
Permissions in this forum:
You cannot reply to topics in this forum