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

Support for Keyboard Methods in Appium .NET Client with FlaUI #105

Open
Dor-bl opened this issue Oct 26, 2024 · 1 comment
Open

Support for Keyboard Methods in Appium .NET Client with FlaUI #105

Dor-bl opened this issue Oct 26, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Dor-bl
Copy link
Contributor

Dor-bl commented Oct 26, 2024

Hi everyone,

I am encountering an issue while using the Appium .NET Client methods for handling keyboards, specifically HideKeyboard and IsKeyboardShown, in conjunction with WinAppDriver. I receive a "Method not implemented" error when I attempt to use these methods.

I would like to know if these keyboard methods are supported when using FlaUI with the Appium .NET Client.

I appreciate your help!

Cheers.

@aristotelos aristotelos added the question Further information is requested label Oct 28, 2024
@aristotelos
Copy link
Collaborator

Hi, those are not implemented in this repo (yet). They are Appium extension endpoints to the webdriver 2 specification. See https://github.com/appium/appium/blob/master/packages/base-driver/docs/mjsonwp/protocol-methods.md#appium-extension-endpoints.

As far as I can see they are also not implemented in the Appium Windows driver currently, see https://github.com/appium/appium-windows-driver/blob/dba67a91039f8919373e7e913f862c2b8dcda867/lib/driver.js#L11.

I am not against implementing those extension endpoints here, so PRs are welcome.

@aristotelos aristotelos added enhancement New feature or request good first issue Good for newcomers and removed question Further information is requested labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants