hound
hound copied to clipboard
Elixir library for writing integration tests and browser automation
Hi there. Have you think about the possibility to add something like a `ConnTest` driver to hound? This would not be an actual browser, therefore it would not support javascript....
Hello everyone. I have a problem, I can not click inside an tag. Any idea how to do it? I am using bamboo for sending emails in phoenix frameword. this...
I get: ``` TypeError: undefined is not a constructor (evaluating 'Object.assign({}, state, { isFetching: true })') ``` from PhantomJS because `Object.assign()` seems to be missing. I would like to polyfill...
The _element?_ function uses _find_all_elements_, but doesn't provide a way to pass the number of retries along. Is there any reason for _element?_ not taking retries as an argument? I...
I have just upgraded from PhantomJS 2.0.0 to 2.1.1 and tests which were successfully passing are now failing with the following error. Supposing I set a cookie as follows: ```...
When I try to `find_element` but it fails the session is deleted. I see the following in my phantomjs logs ``` [DEBUG - 2017-04-26T13:42:16.751Z] Session [1cb88b10-2a86-11e7-8c7e-f14aa57cdeda] - _deleteClosingPage ``` The...
Hi there, I just ran my first tests with `hound` on a Phoenix app today. It's working great, awesome work! Only problem I had was I was not setting the...
Hey @HashNuke, I have a team of 3 devs working on Elixir webdriver bindings that are W3C compliant. We were recently made aware of Hound and it appears like our...
I wrote a webcrawler using hound, but after running several hours i get this errror which crashes the program `** (RuntimeError) Tried to run command without establishing a connection Build...
I've just updated to the latest version of webdriver 3.0.1 with gecko installed. Using hound `~> 1.0` Everything worked fine with the exception that sessions are not maintained. ``` elixir...