-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selenium error shows up when i use http::persistent - undefined method `map' for true:TrueClass #104
Comments
I printed the current url and i get this back the step right before it, gives me a correct url. Getting it from Selenium::WebDriver::Driver.current_url |
This appears to be a bug in selenium, I see SeleniumHQ/selenium#4555 referenced here a few lines above the last line of your backtrace. Digging through more of selenium-webdriver it seems you can pick whether it uses net-http-persistent or not (see this search), but I'm not sure how that is performed. Please ask the selenium people for support in this, perhaps they have some bug in their use of net-http-persistent? |
Still happens from time to time in my tests:
using
|
I get this error that shows up whenever I use http::persistent. If i simply let capybara run the default http client or if i set the default http client, there is no error.
I'm not configuring persistent at all
Selenium::WebDriver::Remote::Http::Persistent.new
gems i'm using
The text was updated successfully, but these errors were encountered: