-
-
Notifications
You must be signed in to change notification settings - Fork 768
Closed
Description
The following:
driver.manage().timeouts().implicitlyWait(0);
Doesn't affect the implicit wait - i still have to wait the time specified in Page Factory.
And the following:
PageFactory.initElements(new AppiumFieldDecorator(driver, 0, TimeUnit.SECONDS), this);
Doesn't work - my app is still waiting the originally set timeout before confirming that the element has not been found. The original set timeout was 10 seconds and this is what I see in logs:
info: [debug] Set Android implicit wait to 10000ms
Metadata
Metadata
Assignees
Labels
No labels