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 wrote:
>
> Hi.
>
> Thanks for the response. I know that safariwatir is working as I have
>
Hi.
Thanks for the response. I know that safariwatir is working as I have
several tests using safariwatir already working. Its just this one
case where trying to click a link or button via selecting the id
doesn't do what I expect (highlights the link in yellow instead of
actually doing the click
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" unl