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
Is your feature request related to a problem? Please describe.
There is a method on driver() called keys() that allows one to send a string via the keyboard to an app. This receives a format error from the Appium server. But presenting the same key sequence as performActions keyDown keyUp works.
Describe the solution you'd like
A new method specifically for keyboard input. I will try and add it as a Custom Command.
Describe alternatives you've considered
Adding it directly to the driver is a bit disruptive.
Additional context
Keyboard input by performActions does not have to address a field. Keyboard input does not work for some Apps in Appium Inspector.
The text was updated successfully, but these errors were encountered:
We greatly appreciate any contributions that help resolve the bug. While we understand that active contributors have their own priorities, we kindly request your assistance if you rely on this bug being fixed. We encourage you to take a look at our contribution guidelines or join our friendly Discord development server, where you can ask any questions you may have. Thank you for your support, and cheers!
Is your feature request related to a problem? Please describe.
There is a method on driver() called keys() that allows one to send a string via the keyboard to an app. This receives a format error from the Appium server. But presenting the same key sequence as performActions keyDown keyUp works.
Describe the solution you'd like
A new method specifically for keyboard input. I will try and add it as a Custom Command.
Describe alternatives you've considered
Adding it directly to the driver is a bit disruptive.
Additional context
Keyboard input by performActions does not have to address a field. Keyboard input does not work for some Apps in Appium Inspector.
The text was updated successfully, but these errors were encountered: