Skip to content

Commit 7b81ced

Browse files
committed
Undeprecating pause action, it's a legit W3C compatible action now.
1 parent 60e8255 commit 7b81ced

File tree

1 file changed

+0
-1
lines changed
  • java/client/src/org/openqa/selenium/interactions

1 file changed

+0
-1
lines changed

java/client/src/org/openqa/selenium/interactions/Actions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,6 @@ public Actions dragAndDropBy(WebElement source, int xOffset, int yOffset) {
514514
* @param pause pause duration, in milliseconds.
515515
* @return A self reference.
516516
*/
517-
@Deprecated
518517
public Actions pause(long pause) {
519518
if (isBuildingActions()) {
520519
action.addAction(new PauseAction(pause));

0 commit comments

Comments
 (0)