Re: [Wtr-general] Trouble selecting list box item - Any suggestions

2007-06-08 Thread Charley Baker

Sure it's pretty easy. The sizes all show up in divs with size swatch id
tags, you can see them all with the IE dev toolbar. Sold out sizes will have
a div class of soldOut, so look out for those. Watir 1.5 is coming out soon,
until then, you can install a prebuilt development gem :
http://wiki.openqa.org/display/WTR/Development+Builds
Or follow the FAQ for installing a gem from development source. What's your
last name?

-c

On 6/7/07, Norris [EMAIL PROTECTED] wrote:


Thanks Charley.  This worked.  In addition, do you know how I can select
the size of the waist and length?  Thanks in advance.
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Trouble selecting list box item - Any suggestions

2007-06-07 Thread Chris McMahon
On 6/7/07, Norris [EMAIL PROTECTED] wrote:
 Hi,

 I'm currently having trouble selecting a list box item, any solutions?

 For example, I'm trying to select the Quantity from the attached Gap site, 
 but I can't.

 http://www.gap.com/browse/product.do?cid=7389pid=453549

I hope Charley answers this.  Firefox DOM Inspector doesn't recognize
that Quantity box.
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] Trouble selecting list box item - Any suggestions??

2007-06-07 Thread Norris
Thanks for trying.  I can't do it with explorer either.  Anyone else?
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] Trouble selecting list box item - Any suggestions

2007-06-07 Thread Charley Baker

Norris,

 This will work with Watir 1.5:
ie.select_list(:id, 'qtyDropDown').option(:value, '5').select

Send me an email, I'm curious to hear what you guys are doing and glad to
see you coming out to mailing lists.

-Charley



On 6/7/07, Chris McMahon [EMAIL PROTECTED] wrote:


On 6/7/07, Norris [EMAIL PROTECTED] wrote:
 Hi,

 I'm currently having trouble selecting a list box item, any solutions?

 For example, I'm trying to select the Quantity from the attached Gap
site, but I can't.

 http://www.gap.com/browse/product.do?cid=7389pid=453549

I hope Charley answers this.  Firefox DOM Inspector doesn't recognize
that Quantity box.
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Trouble selecting list box item - Any suggestions

2007-06-07 Thread Norris
Hi Charley, 

I don't think Watir 1.5 is out yet.  What email address can I reach you at?
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] Trouble selecting list box item - Any suggestions

2007-06-07 Thread Norris
Thanks Charley.  This worked.  In addition, do you know how I can select the 
size of the waist and length?  Thanks in advance.
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general