[wtr-general] Firefox for OS X version 28 does not work with Watir-Webdriver

2014-03-20 Thread Lonny Eachus
My Firefox updated itself to version 28 today, and Watir-Webdriver stopped working. The .new method would open a window, but it never fully initialized. Eventually it halts with error message Could not connect in 60 seconds. I tried re-installing version 28 but that had no effect. After

[wtr-general] Iteration with data from excel

2014-03-20 Thread akshaya vivek
Hi I am new to ruby cucumber and watir How to run a scenario in watir many times with data from excel? There are 2 web pages which takes data from excel Each time it iterates it must take data from next row in excel And it must start and close the browser for each iteration. Please Help!!! -- --

[wtr-general] Problems with Watir-General

2014-03-20 Thread Lonny Eachus
I am wondering why I receive emails from the watir-general.googlegroups.com regularly, but about half the time I have not been able to post. Sometimes it worked (see March 13), but other times my emails have bounced back, saying We're writing to let you know that the group you tried to contact

Re: [wtr-general] Problems with Watir-General

2014-03-20 Thread Ċ½eljko Filipin
On Thu, Mar 20, 2014 at 4:47 AM, Lonny Eachus lo...@titanez.net wrote: We're writing to let you know that the group you tried to contact (watir-general) may not exist, or you may not have permission to post messages to the group. Hi, I am not sure what is the problem. I have checked your

[wtr-general] Re: Watir-rspec still requires browser variables when executing browser methods?

2014-03-20 Thread Arjen Ruiterkamp
Ok, the problem apparently was with the tests being in the /spec/acceptancefolder. The Rspec configuration isn't loaded for custom folders by default.. Basically I had to change all the config.include lines in spec_helper.rbfrom: config.include Watir::RSpec::Helper, :type = :request to

[wtr-general] Re: Firefox for OS X version 28 does not work with Watir-Webdriver

2014-03-20 Thread Dan
Sounds like you need to update your selenium-webdriver gem. However, I don't see an update being pushed for that yet. The selenium team is usually very quick with these updates, so it'll probably just be a couple of days. You can watch http://docs.seleniumhq.org/download/ for updates. On

Re: [wtr-general] browser.send_keys [:command, 'v'] and other commands not working on OSX?

2014-03-20 Thread Oscar Rieken
I tried this out here and it worked fine http://derp-bear.herokuapp.com/forms/basic_form_example require 'watir-webdriver' = true Watir::VERSION = 0.6.8 b = Watir::Browser.new :firefox = #Watir::Browser:0x5b7f48c3ab2514ba url=about:blank title= b.goto 'derp-bear.herokuapp.com' =

Re: [wtr-general] browser.send_keys [:command, 'v'] and other commands not working on OSX?

2014-03-20 Thread Oscar Rieken
send before I could finish tried the same thing in chrome and it does not work. It looks like the latest version of chromedriver 2.9 came out feb 1 selenium-webdriver 2.40 came out feb 18 watir-webdriver 0.6.8 came out feb 20 I would try with an older version of watir-webdriver and

[wtr-general] New to WATIR. Help with my script (simple navigation with asserts)

2014-03-20 Thread John Ringler
I am trying to automate a simple test using WATIR. I am completely new at WATIR. The test involves: - browsing to a web site - entering credentials to log in - click on all the links in the navigation menu to ensure that each page loads properly. To verify that each page loads properly, I

Re: [wtr-general] browser.send_keys [:command, 'v'] and other commands not working on OSX?

2014-03-20 Thread Kyle
I tried what you tried in firefox and I'm seeing the same thing I saw with chrome. irb(main):014:0 b.goto(http://derp-bear.herokuapp.com/forms/basic_form_example;) = http://derp-bear.herokuapp.com/forms/basic_form_example; irb(main):015:0 b.text_field(:id, 'free_text_area') =