[wtr-general] Watir and Quibids

2012-12-04 Thread TommyW
I've tried for a couple hours trying to find the right combination of: browser.button(:id, "929940484").click to click the button on the Quibids.com item-specific page but have had zero luck. It keeps giving Unable to Locate Element error. I have also tried :value of "Bid Now". -- Before p

[wtr-general] Watir and Quibids.com

2012-12-04 Thread TommyW
I've tried for a couple hours trying to find the right combination of: browser.button(:id, "929940484").click to click the button on the Quibids.com item-specific page but have had zero luck. It keeps giving Unable to Locate Element error. I have also tried :value of "Bid Now" and a countless

Re: [wtr-general] Watir and Quibids.com

2012-12-06 Thread TommyW
in wrote: > On Sat, Dec 1, 2012 at 10:30 PM, TommyW > > wrote: > > browser.button(:id, "929940484").click > > Looks like relevant HTML is: > > Bid Now > > You should be able to click it with: > > browser.a(:text => "Bid Now").click &g

Re: [wtr-general] Watir and Quibids.com

2012-12-06 Thread TommyW
t; On Thu, Dec 6, 2012 at 9:25 PM, TommyW >wrote: > >> How do I simiply examine the value of a certain element? > > > You need an inspector tool. Most browsers have one build in. Right click > an element and select "inspect element" in context menu that appears. >

Re: [wtr-general] Watir and Quibids.com

2012-12-07 Thread TommyW
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-classic-3.3.0/lib/watir-c lassic/element.rb:66:in `assert_exists' from (eval):3:in `value' from (irb):20 from C:/Ruby193/bin/irb:12:in `' Thanks. On Thursday, December 6, 2012 2:53:52 PM UTC-6, Željko Filipi

Re: [wtr-general] Re: Watir and Quibids.com

2012-12-08 Thread TommyW
Oh, sorry. No, don't work for Quibids and am not in violation of their terms. On Saturday, December 8, 2012 3:11:49 AM UTC-6, Željko Filipin wrote: > I have noticed that you did not reply to this. > > Željko > > On Tue, Dec 4, 2012 at 3:48 PM, Super Kevy > > > wrote: > >> And you are incomp