nanguaSky
Results
3
comments of
nanguaSky
can use follow code instead of `driver.press_keycode` `subprocess.run(["adb", "shell", "input", "keyevent", "66"], capture_output=True, text=True, check=True)`
> How to simulate the keyboard ENTER event using flutter driver while testing (since keyboard is disabled)? await driver.execute('flutter:sendTextInputAction', 'IME_ACTION_DONE') - is this correct? Got an error : unknown error:...