-
Notifications
You must be signed in to change notification settings - Fork 574
Implement .click(x,y) to enable clicking at x, y coordinates #191
Comments
Hi @AdamCanady — This isn't implemented yet. But we'd be happy to accept a PR! It might be a good first feature to implement for a first-time contributor. You could extend the |
I would love this feature! Any news on if it is being worked on? |
Hey, I'd really need this feature as well! I'm going to try to do the whole clone + npm link thing and try to implement this. No promises, though! :) |
Btw I tried this, but it didn't work:
|
Hey @adieuadieu,
and from npm link chromeless:
However, when I run my test projectI get an error that it can't find chromeless:
|
@JimTheMan you likely need to run |
Hey thanks @adieuadie. I didn't realize I had top run |
I like the PR template. :) My code isn't working, but I think it's close. I opened a PR so you guys could look at it and maybe let me know if I'm on the right track. Also, the original function signature for click was But can you explain a little what is client and where is that coming from? Thanks. :) |
Instead of click absolute coordinates, I try to implement with relative position. |
For applications where a click can be more specific than a single DOM element, does chromeless support clicks at x,y coordinates or could someone provide a pointer to how this could be implemented (happy to send a PR if you can help me get started)?
Thanks!
The text was updated successfully, but these errors were encountered: