Alex Layton
Alex Layton
No you cannot select by index. It is weird to me that the `option` tags do not have a `value`. The [default][] for `value` is supposed to be the text...
You should be able to just click on it then. ```javascript horseman.click('#main_road :nth-child(1)') ```
Please reproduce with `DEBUG='horman*'` and `BLUEBIRD_DEBUG=1` set. The log is not too helpful without them. Also, post the code and url if you can. Just knowing you called `.wait(5000)` is...
Could you post an example for reproducing the problem? Also, I'm pretty sure the element does *not* need to be visible for `.click()` to work.
Yeah all the examples are out of date I think @talysl. Of course even if they get updated, they'll eventually break again...
The reason I haven't updated it is because I do not have access to change the website @framerate. That is why I assigned this issue to the only person I...
It would be great to fix the Readme too. I am rather busy right now, but if you submitted a PR to fix them that would be great.
I guess ES6 is fine. Sometimes arrow functions aren't nice since the `this` in the Promise callbacks is the horseman instance if you use regular functions.
If people submit PRs with good examples, I would happily accept them.
Have you tried setting the `proxyType` option?