[if object] method is delayed on mobile
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2023
05:31 PM
01-26-2023
05:31 PM
[if object] method is delayed on mobile
hi
I have set up Android. And I want to check popup that appear only once on a particular page.
So, i used [if object] method to check popup object.
But it takes almost 40 seconds if no popup comes up!!
Looking at the Appium logs, [find element] is highly requested.
Is there any solution?
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2023
02:05 AM
01-30-2023
02:05 AM
Have you set the auto-wait timeout?
If not then you right-click the 'If Object'
click 'set Auto-Wait Timeout for Operations...'
and type in how long you wish to wait.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2023
04:54 PM
01-30-2023
04:54 PM
Thanks, but it's still almost 40 seconds.
Even if the auto-wait time is set to 300ms...
