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

Support Input Boxes on More Websites #3

Open
kkuehlz opened this issue Aug 21, 2019 · 1 comment
Open

Support Input Boxes on More Websites #3

kkuehlz opened this issue Aug 21, 2019 · 1 comment
Assignees

Comments

@kkuehlz
Copy link
Member

kkuehlz commented Aug 21, 2019

No description provided.

@kkuehlz kkuehlz self-assigned this Aug 21, 2019
@kkuehlz
Copy link
Member Author

kkuehlz commented Sep 8, 2019

After a bit of REing, we can get input into the twitter text box with the following code (chrome only)

document.querySelector('[role=textbox]').dispatchEvent(new InputEvent('textInput', { data: "test", bubbles: true}))

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

No branches or pull requests

1 participant