亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

我在進行安卓自動化測試的時候,好像有點問題,求大神指教

我在進行安卓自動化測試的時候,好像有點問題,求大神指教

金毛西卡 2017-02-21 21:20:22
package Test;import com.android.uiautomator.core.UiObject;import com.android.uiautomator.core.UiObjectNotFoundException;import com.android.uiautomator.core.UiScrollable;import com.android.uiautomator.core.UiSelector;import com.android.uiautomator.testrunner.UiAutomatorTestCase;public class Demo extends UiAutomatorTestCase{?public void testDemo() throws UiObjectNotFoundException{??getUiDevice().pressHome();??//進入設置菜單??UiObject settingApp = new UiObject(new UiSelector().text("settings"));??settingApp.click();??//休眠3秒??try{???Thread.sleep(3000);??}catch(InterruptedException e1){???e1.printStackTrace();??}??UiScrollable settingItems = new UiScrollable(new UiSelector().scrollable(true));??UiObject languageAndInputItem = settingItems.getChildByText(????new UiSelector().text("Language & input"),"Language & input",true);??languageAndInputItem.clickAndWaitForNewWindow();?}}這是我寫的一個腳本,?getUiDevice().pressHome();這一步可以執行,到下面進入設置菜單就不行了,是哪里不對嗎
查看完整描述

2 回答

?
ActionStorm

TA貢獻1條經驗 獲得超0個贊

確認一下在home界面有沒有settings這個圖標,并且大小寫對不對

查看完整回答
反對 回復 2017-06-07
?
qq_冷少_3

TA貢獻7條經驗 獲得超1個贊

這里報UiObject找不到異常,檢查包對不對
查看完整回答
反對 回復 2017-02-28
  • 2 回答
  • 0 關注
  • 1410 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號