Home > Mobile >  Press ENTER robot framework
Press ENTER robot framework

Time:06-23

When I use Press Keys locator ENTER, instead of pressing ENTER it writes “ENTER”. There is no search button to press just textbox. Please help.

CodePudding user response:

I found the answer! Instead of ENTER should be \13

Press Keys Location \F13 (ASCII code for the key we want to use)

CodePudding user response:

Press Keys | {locator_here} | ENTER

  • Related