没有为驱动程序提供appium/android支持方法

没有为驱动程序提供appium/android支持方法,appium,Appium,我无法使用isLocked()、closeApp()和isinstall()等方法 我没有在“driver”之后获得ctrl+space的这些选项 我是不是错过了一些图书馆? 如果需要更多信息,请告诉我 import io.appium.java_client.android.AndroidDriver; AndroidDriver driver = new AndroidDriver(new URL("http://127.0.0.1:4723/wd/hub"),cap); 添加驱动程序设

我无法使用isLocked()、closeApp()和isinstall()等方法 我没有在“driver”之后获得ctrl+space的这些选项 我是不是错过了一些图书馆? 如果需要更多信息,请告诉我

import io.appium.java_client.android.AndroidDriver;

AndroidDriver driver = new AndroidDriver(new URL("http://127.0.0.1:4723/wd/hub"),cap);

添加驱动程序设置功能中的代码片段David我已经添加了驱动程序设置功能。请看一看,谢谢