appium-boilerplate icon indicating copy to clipboard operation
appium-boilerplate copied to clipboard

Add support for keyboard actions

Open eepgwde opened this issue 3 years ago • 2 comments

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.

eepgwde avatar Dec 27 '21 10:12 eepgwde

@eepgwde thanks for filing the issue.

Any contribution to this would be much appreciated. Thanks a lot!

christian-bromann avatar Jan 02 '22 15:01 christian-bromann

Thanks for reporting!

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!

wdio-bot avatar Dec 15 '23 00:12 wdio-bot