- ashish
- Posts : 3
Join date : 2010-08-30
Age : 38
Location : Ahmedabad
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
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
- ashish
- Posts : 3
Join date : 2010-08-30
Age : 38
Location : Ahmedabad
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.
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.
Permissions in this forum:
You cannot reply to topics in this forum