Re: [wtr-general] problem with radio button after upgrade

2012-01-31 Thread Lisa Crispin
Thanks everyone for the links, it's a big help. As usual, I had to switch off to other work, trying to get a big block of time to get back to getting our many scripts to work in the new Watir/Webdriver. One of my coworkers who is new to Watir is helping. The doc will be a big help to us. -- Lisa

Re: [wtr-general] problem with radio button after upgrade

2012-01-26 Thread bis
http://watir.com/examples/ :) On Thu, Jan 26, 2012 at 6:40 PM, Željko Filipin wrote: > On Thu, Jan 26, 2012 at 5:09 PM, Lisa Crispin > wrote: > > Then I realized this page I found that looks like such nice doc is for > the old Watir. Does that not exist for Watir 2? This is *really* what I > ne

Re: [wtr-general] problem with radio button after upgrade

2012-01-26 Thread Željko Filipin
On Thu, Jan 26, 2012 at 5:09 PM, Lisa Crispin wrote: > Then I realized this page I found that looks like such nice doc is for the old Watir. Does that not exist for Watir 2? This is *really* what I need. Did you see this? http://rubydoc.info/gems/watir/frames http://rubydoc.info/gems/watir-webdr

Re: [wtr-general] problem with radio button after upgrade

2012-01-26 Thread Lisa Crispin
The good news is, the syntax you gave me does work. Thank you! Then I realized this page I found that looks like such nice doc is for the old Watir. Does that not exist for Watir 2? This is *really* what I need. Something that shows all the possibilities (eg., can use name, id, value or whatever),

Re: [wtr-general] problem with radio button after upgrade

2012-01-26 Thread Lisa Crispin
OK, and now I see in your email the link to this http://watir.com/support. So I just went there and did a search 'watir radio', and finally found this page, which is what I was looking for: http://wtr.rubyforge.org/rdoc/1.6.5/classes/Watir/Container.html Thank you! -- Lisa On Thu, Jan 26, 2012 a

Re: [wtr-general] problem with radio button after upgrade

2012-01-26 Thread Željko Filipin
On Thu, Jan 26, 2012 at 4:08 PM, Lisa Crispin wrote: > ie.radio(:name, 'rst', '65546').set The new api is: ie.radio(:name => "rst", :value => "65546").set Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups

Re: [wtr-general] problem with radio button after upgrade

2012-01-26 Thread Željko Filipin
On Thu, Jan 26, 2012 at 4:08 PM, Lisa Crispin wrote: > 1. Why am I getting this error? The api changed a bit. > 2. Is there ONE definitive place where Watir commands (or whatever you call them) are documented? http://rubydoc.info/gems/watir/frames http://rubydoc.info/gems/watir-webdriver/frames

[wtr-general] problem with radio button after upgrade

2012-01-26 Thread Lisa Crispin
I'm trying to get all our zillions of Ruby/Watir/Test::Unit scripts working in the latest Watir version. Right away I ran into this problem. We have an old legacy page that has several radio buttons with the same name. So I can only select them by value. Here's the html: Here is the Watir code

[wtr-general] Problem with radio button

2009-10-21 Thread Amit
Hello, I need some help regarding radio button. In my application i created a poll named "Test" along with other polls There are two radio buttons beside each poll namely Update and Delete Now here i want to click on Delete radio button beside "Test" poll. How do i access? This is its html. input