标签: uiautomator
如何在Uiautomator中选择单选按钮?
例如:我有一个单选按钮可以在我的LG手机中打开我的无线。如何选择这些单选按钮。
答案 0 :(得分:0)
请使用
UiObject dataValue = new UiObject(new UiSelector().className(RadioButton.class.getName()).index(0)); dataValue.click();