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.
1 parent 9cb8677 commit 3e3f9ecCopy full SHA for 3e3f9ec
java/client/src/org/openqa/selenium/support/ui/FluentWait.java
@@ -67,7 +67,7 @@
67
*/
68
public class FluentWait<T> implements Wait<T> {
69
70
- public static Duration FIVE_HUNDRED_MILLIS = new Duration(500, MILLISECONDS);
+ public static final Duration FIVE_HUNDRED_MILLIS = new Duration(500, MILLISECONDS);
71
72
private final T input;
73
private final Clock clock;
0 commit comments