Fresh install

windows 7 32-bit
ruby 1.9.2-p290
rubygems -v 1.8.9
ie 8
google worked fine
etsy worked fine

windows 7 32-bit
ruby 1.9.2-p290
rubygems -v 1.8.9
ie 9
google worked fine
etsy worked fine
google:
browser.goto 'www.google.com'

p browser.text_field(:name => 'q').exists?
true

p browser.text_field(:name => 'q').html
"<input style='background:
url(\"data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAA
CH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D\"); margin: 0px; padding: 0px 1px
0px 3p
x; border: currentColor; top: 1px; width: 100%; overflow: hidden; filter:
alpha(
opacity=0); position: absolute; z-index: 5;' dir=\"ltr\" id=\"lst-ib\"
class=\"g
sfi\" title=\"Search\" name=\"q\" maxLength=\"2048\" value=\"\" size=\"41\"
type
=\"text\" autocomplete=\"off\" spellcheck=\"false\">"

etsy:
p browser.text_field(:name => 'search_query').exists?
true

p browser.text_field(:name => 'search_query').html
"<input id=\"search-query\" class=\"text\" tabIndex=\"0\"
name=\"search_query\"
value=\"\" type=\"text\" autocomplete=\"off\">"





On Wed, Aug 24, 2011 at 6:04 PM, Alister Scott <alister.sc...@gmail.com>wrote:

> I'm on the latest 1.9.2: p290.
>
> --
> Before posting, please read http://watir.com/support. In short: search
> before you ask, be nice.
>
> watir-general@googlegroups.com
> http://groups.google.com/group/watir-general
> watir-general+unsubscr...@googlegroups.com<http://groups.google.com/group/watir-general%0awatir-general+unsubscr...@googlegroups.com>
>

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to