#205 ✓resolved
Balint Erdi

[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

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.

New-ticket Create new ticket

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.

Shared Ticket Bins

People watching this ticket

Attachments

Pages