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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠