How to send text as if typed using ADB command at LambdaTest?

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)