[wtr-general] Re: Issue with .click when selecting via id

2009-10-07 Thread Paul Rogers
there is probably some event tied to the element tat safariwatir doesnt fully implement. I dont know enough about safari watir to help any more than that though Paul On Wed, Oct 7, 2009 at 8:15 AM, QAguy qablogm...@gmail.com wrote: Hi. Thanks for the response. I know that safariwatir is

[wtr-general] Re: Issue with .click when selecting via id

2009-10-06 Thread karim rayani
I donot know much of what you have done but for safari we need to have safariwatir installed require 'rubygems' require 'safariwatir' browser = Watir::Safari.new browser.goto(http://google.com;) browser.text_field(:name, q).set(obtiva) browser.button(:name, btnI).click puts FAILURE unless