We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
null
FluentWait
1 parent c2a660b commit 85dd3b4Copy full SHA for 85dd3b4
java/src/org/openqa/selenium/support/ui/FluentWait.java
@@ -89,7 +89,7 @@ public FluentWait(T input) {
89
* @param sleeper Used to put the thread to sleep between evaluation loops.
90
*/
91
public FluentWait(T input, java.time.Clock clock, Sleeper sleeper) {
92
- this.input = Require.nonNull("Input", input);
+ this.input = input;
93
this.clock = Require.nonNull("Clock", clock);
94
this.sleeper = Require.nonNull("Sleeper", sleeper);
95
}
0 commit comments