@@ -907,17 +907,6 @@ default void beforeImplicitlyWait(WebDriver.Timeouts timeouts, Duration duration
907
907
*/
908
908
default void afterImplicitlyWait (WebDriver .Timeouts timeouts , Duration duration ) {}
909
909
910
- /**
911
- * This action will be performed each time before {@link
912
- * WebDriver.Timeouts#scriptTimeout(Duration)} is called.
913
- *
914
- * @param timeouts The timeouts object that will be called
915
- * @param duration The duration that will be passed to the method
916
- * @deprecated Use {@link #beforeScriptTimeout(WebDriver.Timeouts, Duration)} instead.
917
- */
918
- @ Deprecated
919
- default void beforeSetScriptTimeout (WebDriver .Timeouts timeouts , Duration duration ) {}
920
-
921
910
/**
922
911
* This action will be performed each time before {@link
923
912
* WebDriver.Timeouts#scriptTimeout(Duration)} is called.
@@ -927,17 +916,6 @@ default void beforeSetScriptTimeout(WebDriver.Timeouts timeouts, Duration durati
927
916
*/
928
917
default void beforeScriptTimeout (WebDriver .Timeouts timeouts , Duration duration ) {}
929
918
930
- /**
931
- * This action will be performed each time after {@link
932
- * WebDriver.Timeouts#scriptTimeout(Duration)} is called.
933
- *
934
- * @param timeouts The timeouts object that will be called
935
- * @param duration The duration that will be passed to the method
936
- * @deprecated Use {@link #afterScriptTimeout(WebDriver.Timeouts, Duration)} instead.
937
- */
938
- @ Deprecated
939
- default void afterSetScriptTimeout (WebDriver .Timeouts timeouts , Duration duration ) {}
940
-
941
919
/**
942
920
* This action will be performed each time after {@link
943
921
* WebDriver.Timeouts#scriptTimeout(Duration)} is called.
0 commit comments