Android tests won't start. No error message

0
質問済み 4年前179ビュー
1回答
0

Hi:

Thank you for reaching out; sorry for the inconvenience you are having. I was able to look into the logs. From the console, you can download your test run artifacts to take a closer look at the errors. From the logs, the error I am observing is:

org.openqa.selenium.NoSuchElementException: Can&#39;t locate an element by this strategy: By.id: <ID>

The Appium server is starting successfully on the device, which implies that the search method for UI elements on the Android screen is not executing as expected in the test. I suggest reading this post (https://sqa.stackexchange.com/questions/20186/unable-to-locate-element-throwing-a-org-openqa-selenium-nosuchelementexception-i) to mitigate. Some key highlights:

  1. Assert with text or element to ensure you are on expected page/screen
  2. I will suggest to use wait.untill(element.isVisible()) before Click() /Assert()
  3. Have I provided a wrong value for searching the element?

Please let me know if you have any further questions; thanks.

Andy

回答済み 4年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン