Detect Element SoftKeyboard Android with ASCII Code

How to detect or Tap Element Search Button on SoftKeyboardc (see pic) Android with ASCII Code?
https://puu.sh/zVhwW/d72ca4e1cb.png

2 Likes

Yes, I also stuck at a place I need to use android soft key pad Search button but not able to find any answer in forum. please help me. Dipak.j@msp-group.co.uk

Any solution?

Nope :frowning:

There is in built Mobile Keyword like Keys.chord(Keys.ENTER) in Send Keys method and Set Text Method but both are not working as they looks window machine keyboard events.

SendKeys_SetText_Method.png

hi,

use Mobile.tapAtPosition(1075, 1900, FailureHandling.OPTIONAL)

try it,