I\'ve seen and tried many incantations of js eval in开发者_运维知识库 the various Watir\'s out there. firewatir for ffox, as well as safariwatir. In firefox, I got things working but need Safari as my
I was wondering if watirgrid / gridinit could be used in conjunction with Sikuli. http://www.sikuli.org
I use cucumber + watir. My code works fine in Windows XP Mode for both IE7 and IE8. However, when I try to run the code in Windows 7 with IE9, it would only open a blank page.
I am trying to search/select a link in a page that is underlined, while others are not. The source is something like this:
I\'m upgrading my script from Watir to Watir-Webdriver and I\'m wondering how to take advantage of headless-browser testing and grid testing. I\'ve done some research into it but my sources don\'t see
Good morning, I am setting up watirgrid and I have been partly successful, however I am having problems getting all the providers to work with my ruby script.
Using watir-webdriver, I am trying to set the value for a text field. browser.text_field(:id, \"phoneNumbers_value_input\").set(\"5555551234\")
When attempting to setup a Job Title the \"add job title\" buttons are hidden until text is entered. Using the following code to add a job title the disabled button does not become enabled.
I have the following code: require \"rubygems\" require \"watir-webdriver\" browser = Watir::Browser.new(:chrome)
I am running Watir on a Linux machine for testing with Firefox 3.6. I have observed that marking multiple checkboxes is quite slow. I have implemented the fix for a related problem with text boxes, us