
[PATCH] timeout parameter passed incorrectly to selenium
Reported by Balint Erdi | March 23rd, 2009 @ 07:49 PM
SeleniumSession has several methods that calles selenium.wait_for_element. The number of seconds to time out is passed as the second parameter, a Fixnum.
However, the wait_for_element method in the selenium-client gem (1.2.14) supposes a hash as the second parameter and fetches the :timeout_in_seconds key's value from it.
Please find the attached patch that fixes this problem.
Comments and changes to this ticket
-
Frank Wöckener March 29th, 2009 @ 02:40 PM
The patch works for me, thank you a lot! (see: http://groups.google.com/group/w... )
-
Bryan Helmkamp March 29th, 2009 @ 04:04 PM
- State changed from new to resolved
Thanks for the patch. Applied.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Ruby Acceptance Testing for Web applications.