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 7295d54 commit 845e47dCopy full SHA for 845e47d
1 file changed
javascript/node/selenium-webdriver/lib/input.js
@@ -31,6 +31,8 @@ const Button = {
31
LEFT: 0,
32
MIDDLE: 1,
33
RIGHT: 2,
34
+ BACK: 3,
35
+ FORWARD: 4
36
}
37
38
/**
0 commit comments