AndroidViewClient
AndroidViewClient copied to clipboard
AdbClient#type vs TextView#type
I think would be much convenient to move these to lines from TextView#type class:
escaped = text.replace('%s', '%s') encoded = escaped.replace(' ', '%s')
to AdbClient#type, since If you want to type without focusing view you must do this on your own. No problem to do a pull request ;)
It seems like a very good idea. Pull request welcome.