Re: [wtr-general] Radcombox automation

2010-05-27 Thread khaja shaik
Hi All, We got the solution to click Rad combox drop down list and to select the value. $ie.link(:id,rcb__Arrow).click # It should be the link that will trigger the div to appear with the items # $ie.div(:id,what ).div(:class, what).ul(:class,what).li(:text,what).click Thanks, Khaja shariff

[wtr-general] Radcombox automation

2010-05-25 Thread khaja shaik
Hi all, I am trying to select the value from drop down list of Rad combo box with watir. Is there any solution for this Thanks, Khaja shariff -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are

Re: [wtr-general] Radcombox automation

2010-05-25 Thread Željko Filipin
On Tue, May 25, 2010 at 12:36 PM, khaja shaik khaja.sh...@gmail.com wrote: I am trying to select the value from drop down list of Rad combo box with watir. Is there any solution for this Sure: http://wiki.openqa.org/display/WTR/Selection+Boxes Željko -- watir.com - community manager

Re: [wtr-general] Radcombox automation

2010-05-25 Thread khaja shaik
Actually after clicking the drop down arrow in the combo box , values displayed in the separate iframe, thats why i cannot able to automate check tha attached screen shot Thanks, Khaja shariff On Tue, May 25, 2010 at 4:08 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, May

Re: [wtr-general] Radcombox automation

2010-05-25 Thread Željko Filipin
2010/5/25 khaja shaik khaja.sh...@gmail.com Actually after clicking the drop down arrow in the combo box , values displayed in the separate iframe, thats why i cannot able to automate check tha attached screen shot Relevant code snippet is worth a thousand screen shots a wise man would say.

Re: [wtr-general] Radcombox automation

2010-05-25 Thread kiran yajamanyam
find the attached .rb file which will help you to understand how to deal with select_list. Else give us the screen shot I will try to send you the piece of code On Tue, May 25, 2010 at 4:48 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: 2010/5/25 khaja shaik khaja.sh...@gmail.com