1 2 3 4 5 6 7 8 |
#Abrir Google Chrome en Android mediante ADB #Es necesario habilitar el modo depuración en Android cd "D:\program\android-sdk-windows\platform-tools" .\adb shell am start -n com.android.chrome/com.google.android.apps.chrome.Main -d 'https://www.google.es' Start-Sleep -Seconds 5 .\adb shell input tap 101 880 .\adb shell input text "powershell" .\adb shell input keyevent 66 |