You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In confix.mix I set default driver to phantomjs config :hound, driver: "phantomjs"
but in some tests I want to use chrome_driver.
How to do it? start_session %{browser: "chrome_driver"}
don't work, it's for browser only, not for driver start_session %{driver: %{browserName: "chrome_driver"}}
don't work too.
The text was updated successfully, but these errors were encountered:
In confix.mix I set default driver to phantomjs
config :hound, driver: "phantomjs"
but in some tests I want to use chrome_driver.
How to do it?
start_session %{browser: "chrome_driver"}
don't work, it's for browser only, not for driver
start_session %{driver: %{browserName: "chrome_driver"}}
don't work too.
The text was updated successfully, but these errors were encountered: