「何らかのテキスト」を使用してテキストを送信する方法adb shell input text
を使用していますか?ソリューションスペースを含むadbシェルの入力テキスト
adb shell input text "some%stext"
次見つかり
が正常に動作しています。 しかし、スペースを%sに置き換える簡単な方法はありますか?
例:GNU-Linuxで
$ adb shell input text "some text"
Error: Invalid arguments for command: text
Usage: input [<source>] <command> [<arg>...]
The sources are:
keyboard
mouse
joystick
touchnavigation
touchpad
trackball
dpad
stylus
gamepad
touchscreen
The commands and default sources are:
text <string> (Default: touchscreen)
keyevent [--longpress] <key code number or name> ... (Default: keyboard)
tap <x> <y> (Default: touchscreen)
swipe <x1> <y1> <x2> <y2> [duration(ms)] (Default: touchscreen)
press (Default: trackball)
roll <dx> <dy> (Default: trackball)