原创 Robotium中文API(03)-solo.clearEditText

Robotium中文API(03)-solo.clearEditText clearEditText public void clearEditText(android.widget.EditText editText) 清空輸

原创 Robotium中文API(02)-solo.assertMemoryNotLow

Robotium中文API(02)-solo.assertMemoryNotLow assertMemoryNotLow public void assertMemoryNotLow() 斷言系統可用內存是否過低。

原创 Robotium中文API(07)-solo.clickLongOnText

Robotium中文API(07)-solo.clickLongOnText clickLongOnText public void clickLongOnText(String text) 長按一個給定的視圖(控件).當需要的

原创 Robotium中文API(28)-solo.waitForView

Robotium中文API(28)-solo.waitForView public <T extends android.view.View> booleanwaitForView(java.lang.Class<T> viewCl

原创 Robotium中文API(27)-solo.waitForLogMessage

Robotium中文API(27)-solo.waitForLogMessage public boolean waitForLogMessage(java.lang.String logMessage) 等待指定的日誌消息出現。需

原创 Robotium中文API(29)-solo.waitForWebElement

Robotium中文API(29)-solo.waitForWebElement public boolean waitForWebElement(By by) 等待一個指定的匹配的By對象的WebElement出現,默認超時時間2

原创 Robotium中文API(25)-solo.waitForFragmentByTag

Robotium中文API(25)-solo.waitForFragmentByTag public boolean waitForFragmentByTag(java.lang.String tag) 等待一個匹配標籤的frag

原创 Robotium中文API(19)-solo.enterText

Robotium中文API(19)-solo.enterText enterText public void enterText(int index, String text) 在一個給定位置的EditText中輸入文本。 參數:

原创 Robotium中文API(22)-solo.waitForDialogToClose

Robotium中文API(22)-solo.waitForDialogToClose waitForDialogToClose public boolean waitForDialogToClose(long timeout)

原创 robotium 滾屏操作超過一屏的listview處理

robotium 滾屏操作超過一屏的listview處理 /** * 還有漏洞,需要補充 * 滾動超過一屏的listview item子項,並點擊它 * * param index

原创 Robotium中文API(20)-solo.typeText

Robotium中文API(20)-solo.typeText public void typeText(int index, String text) 在一個給定位置的EditText輸入文本。 參數: index – Edi

原创 Robotium中文API(16)-solo.clickOnImageButton

Robotium中文API(16)-solo.clickOnImageButton clickOnImageButton public void clickOnImageButton(int index) 點擊一個匹配的Imag

原创 Robotium中文API(24)-solo.waitForFragmentById

Robotium中文API(24)-solo.waitForFragmentById waitForFragmentById public boolean waitForFragmentById(int id)  等待一個匹配i

原创 Robotium中文API(11)-solo.clickOnActionBarItem

Robotium中文API(11)-solo.clickOnActionBarItem clickOnActionBarItem public void clickOnActionBarItem(int resourceId)

原创 Robotium中文API(26)-solo.waitForText

Robotium中文API(26)-solo.waitForText waitForText public boolean waitForText(java.lang.String text)   等待指定的文本出現。默認的超時時