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

page.sendEvent('keypress', "asdf"); - Not working on flash page #701

Open
steveeakin opened this issue Jun 14, 2018 · 0 comments
Open

page.sendEvent('keypress', "asdf"); - Not working on flash page #701

steveeakin opened this issue Jun 14, 2018 · 0 comments

Comments

@steveeakin
Copy link

versions

  • SlimerJS: 1.0.0
  • Firefox: 59.03
  • Operating system: MacOS 10.13.4

Steps to reproduce the issue

  1. Highlight textbox on a flash app (via mouse click event)
  2. page.sendEvent('keypress', "abc");

Actual results:

No text is entered

Expected results:

Text should be entered - If I pause Slimer execution at this point, I can type on my keyboard and the element is populated as expected.

Yes, I know flash sucks -- but apparently people still use it and I gotta automate with it...

@steveeakin steveeakin changed the title sendEvent('keypress', "asdf"); - Not working on flash page page.sendEvent('keypress', "asdf"); - Not working on flash page Jun 14, 2018
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