Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

keyboard #449

Closed
VasilijSviridov opened this issue Jan 12, 2017 · 9 comments
Closed

keyboard #449

VasilijSviridov opened this issue Jan 12, 2017 · 9 comments

Comments

@VasilijSviridov
Copy link

Is it possible to send keys to keyboard without accessing element ?

On appium there is a function driver -> getKeyboard -> sendKeys, is there something similar on WDA ?

@codeskyblue
Copy link

yes, it is possible.

@codeskyblue
Copy link

But I'm not familar with appium

@VasilijSviridov
Copy link
Author

@codeskyblue could you send me POST/GET which you are using to type keyboard without accessing element ?

@codeskyblue
Copy link

hard to type with phone, you chould search a repo named facebook-wda where you can find answer

@VasilijSviridov
Copy link
Author

at least type the name of function =) that would really help :)

@VasilijSviridov
Copy link
Author

@marekcirkos could you help with this one ? Please

@codeskyblue
Copy link

codeskyblue commented Jan 13, 2017

POST $DEVICE_URL/session/$sessionId/keys 
payload = {"value": ["H", "e", "l", "l", "o"]}

@VasilijSviridov
Copy link
Author

thank you very much @codeskyblue !!!!!

Cheers all and Happy Friday!

@VasilijSviridov
Copy link
Author

After update don't think that keys is available anymore, am using latest git version :/

Any help ?

imurchie referenced this issue in appium/WebDriverAgent Nov 16, 2017
* change default iPad simulator from iPad Retina to iPad Air, since iPad Retina is no longer available for ios 10.3

* add comment

* change platform compare on generic device to use toFixed, move translateDeviceName into it's own method

* add unit tests

* move translateDeviceName into lib/utils

* move unit tests

* fix rebase

* remove line-break
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants