Please help me send text as if typed using ADB command.
Hi Miro,
You can use the below code to do that:
params = {"command":"input-text", "text":"this is my text"}
result = driver.execute_script("lambda-adb",params)
Please help me send text as if typed using ADB command.
Hi Miro,
You can use the below code to do that:
params = {"command":"input-text", "text":"this is my text"}
result = driver.execute_script("lambda-adb",params)