slow pressKey #2834
Unanswered
farfromrefug
asked this question in
Q&A
slow pressKey
#2834
Replies: 1 comment 4 replies
-
|
Short version: No Long version: Having peeked at the code in the project for this, here's a rough guide on what's happening when you run
I suggest checking to see if there's animation happening on the screen when pressKey is occuring, and if there are, suppressing those during test execution by both:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a flow like this:
The beginning works great but when coming to the pressKey events, it waits ~10s between each pressKey. Can i disable this?
Beta Was this translation helpful? Give feedback.
All reactions