What happened?
The sample usage for java's FluentWait class refers to the methods withTimeout and pollingEvery that take a TimeUnit argument. These methods have been removed in commit 502301e, and no longer exist.
How can we reproduce the issue?
Attempt to compile the code featured in `FluentWait`'s sample usage.
Relevant log output
Operating System
Windows 10 (but should reproduce regardless of OS)
Selenium version
Noticed in Java 4.1.1, problem introduced in Java 4.0.0
What are the browser(s) and version(s) where you see this issue?
N/A
What are the browser driver(s) and version(s) where you see this issue?
N/A
Are you using Selenium Grid?
No.
What happened?
The sample usage for java's
FluentWaitclass refers to the methodswithTimeoutandpollingEverythat take aTimeUnitargument. These methods have been removed in commit 502301e, and no longer exist.How can we reproduce the issue?
Relevant log output
Operating System
Windows 10 (but should reproduce regardless of OS)
Selenium version
Noticed in Java 4.1.1, problem introduced in Java 4.0.0
What are the browser(s) and version(s) where you see this issue?
N/A
What are the browser driver(s) and version(s) where you see this issue?
N/A
Are you using Selenium Grid?
No.