You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Highlight textbox on a flash app (via mouse click event)
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...
The text was updated successfully, but these errors were encountered:
steveeakin
changed the title
sendEvent('keypress', "asdf"); - Not working on flash page
page.sendEvent('keypress', "asdf"); - Not working on flash page
Jun 14, 2018
versions
Steps to reproduce the issue
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...
The text was updated successfully, but these errors were encountered: