We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ac1b9 commit abad6f3Copy full SHA for abad6f3
1 file changed
Selenium/Common/Actions.cs
@@ -23,8 +23,8 @@ namespace Selenium {
23
public class Actions : ComInterfaces._Actions {
24
25
const char KEY_SHIFT = '\xE008';
26
- const char KEY_ALT = '\xE009';
27
- const char KEY_CTRL = '\xE00A';
+ const char KEY_CTRL = '\xE009';
+ const char KEY_ALT = '\xE00A';
28
29
delegate void Action();
30
0 commit comments