-
Notifications
You must be signed in to change notification settings - Fork 145
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
Hound chrome_driver timeout error #49
Comments
:econnrefused
:econnrefused
:econnrefused
@praveenperera Issue with HTTPoison actually. chromedriver has no problems. |
Header handling was fixed in hackney. In v0.7.6, I've updated the dependency to the latest httpoison. The new release should fix this issue. |
Following this tutorial: https://lord.io/blog/2015/elixir-scraping/ And I'm getting this error:
With this mix.exs:
|
Hello, i would like write an script for automation browser using hound. In the practice, i have the following issue:
This is my code, it's very simple.
|
I am getting this error when I try to run the test below. There error happens but the browser still launches. It seems like a timing error? I have selenium server running and I can see the sessions it creates on the hub.
I am pretty new to Elixir so there could be a problem between the chair and keyboard but at the moment I am at a loss. |
@blackoperat Hi, |
I'm trying to get a simple hound test working with my app, I figured out its an error with chrome_driver. I got it works perfectly fine with selenium + firefox and even with selenium + chrome.
However when using with chromedriver as the driver instead of selenium, it opens a new chrome window with
data:,
in the address bar and then timesout.Here is my test:
I'm using Hound 0.7.5, thanks
Additional information:
config :hound, driver: "chrome_driver"
The text was updated successfully, but these errors were encountered: