2014-01-30 50 views

回答

1

您可以使用以下方法之一:

boolean searchText(String text, int minimumNumberOfMatches) 
Searches for the specified text and returns true if the searched text is found a specified number of times. 
boolean searchText(String text, int minimumNumberOfMatches, boolean scroll) 
Searches for the specified text and returns true if the searched text is found a specified number of times. 
boolean searchText(String text, int minimumNumberOfMatches, boolean scroll, boolean onlyVisible) 
Searches for the specified text and returns true if the searched text is found a specified number of times. 

如果問題是不同的附加的,你要測試的截圖。

+0

你能接受這個答案作爲解決這個問題嗎? –