Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for keyboard actions #119

Open
eepgwde opened this issue Dec 27, 2021 · 2 comments
Open

Add support for keyboard actions #119

eepgwde opened this issue Dec 27, 2021 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@eepgwde
Copy link

eepgwde commented Dec 27, 2021

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.

@christian-bromann
Copy link
Member

@eepgwde thanks for filing the issue.

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

@christian-bromann christian-bromann added the help wanted Extra attention is needed label Dec 15, 2023
@wdio-bot
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants