[iOS] Backspace, move cursor, etc. using Keys() method
It wasn't clear in the help files, but are there ways to do the mentioned actions using the Keys() method? For example, on windows controls one could specify Keys("abc[BS]"), which would type "abc" th...