1
A
回答
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.
如果問題是不同的附加的,你要測試的截圖。
相關問題
- 1. JavaScript表單驗證代碼沒有給出預期的結果
- 2. Firebird腳本未產生預期結果
- 3. 單詞用法:驗證與驗證
- 4. Java結果真的與預期一個
- 5. PHP驗證BBEdit 10與蘋果腳本
- 6. 結果與預期不符
- 7. 下降的單詞沒有給出預期的結果
- 8. KornShell - 腳本中的日期驗證
- 9. 預期腳本中的多重產卵
- 10. VBA驗證 - 一個單元格上的多個日期驗證
- 11. 如果驗證失敗,Laravel預填充多個表單
- 12. 用asp.net驗證或用java腳本來驗證多個文本
- 13. Xamarin表單驗證。彙總多個控制行爲的結果
- 14. Java腳本表單驗證
- 15. jQuery驗證器不返回預期結果
- 16. Ruby JSON模式驗證程序未返回預期結果
- 17. Python腳本的代碼輸出不是預期的結果
- 18. 驗證自動化腳本需要多少個週期
- 19. 奇校驗和結果 - 沒有收到預期的結果
- 20. 在一個語句中結合多個python腳本的結果
- 21. MySQL中的多個詞搜索結果
- 22. PHP登錄腳本不給預期的結果,或任何
- 23. mysqldump腳本沒有返回gzip輸出後的預期結果
- 24. Python3腳本沒有產生預期的結果
- 25. 如何驗證搜索結果是否有多個結果?
- 26. 如何多單結果的查詢與多個結果
- 27. 驗證實際文本值VS預期的許多領域 - 硒
- 28. 彈簧驗證:多個DTO與具有多個驗證器的單個DTO
- 29. 無法運行與預期的腳本
- 30. PHP - 預浸多個結果
你能接受這個答案作爲解決這個問題嗎? –