Setting up Appium Running Appium on Windows Additional Setup for Android App Testing Download latest node and npm tools MSI (version >= 6.0). The npm and nodejs paths should be in your PATH environment variable. Download the latest Java JDK here (acc…
parts of appium api Lock Lock the screen.//锁屏. // java driver.lockScreen(3); // objective c [driver lockDeviceScreen:3]; # python driver.lock(5) Background app Send the currently active app to the background.//将当前的app放到后台运行. // java driver.runAppInBa…