Skip to content
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

Use Electron's new sendInput native keyboard events #244

Closed
matthewmueller opened this issue Sep 23, 2015 · 4 comments
Closed

Use Electron's new sendInput native keyboard events #244

matthewmueller opened this issue Sep 23, 2015 · 4 comments

Comments

@matthewmueller
Copy link
Contributor

Looks like Electron added support for sendEvent. We should replace probably replace our synthetic events with the real ones: electron/electron#2269 (comment)

@matthewmueller matthewmueller changed the title Use sendInput native keyboard events Use Electron's new sendInput native keyboard events Sep 23, 2015
@fritx
Copy link
Contributor

fritx commented Sep 24, 2015

+1 for this, hope it works as well as the real user keyboard typing

@factologist
Copy link

yes please!

@timwis
Copy link

timwis commented Nov 23, 2015

+1 If an <input> has a javascript powered input mask on it, .type() doesn't let you type into it. I think this is what's necessary to remedy that, because it works fine in CasperJS

@rosshinkley
Copy link
Contributor

.type() uses sendInputEvent. I believe this can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

6 participants