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 9a43c53 commit bc1b4f0Copy full SHA for bc1b4f0
java/src/org/openqa/selenium/remote/RemoteRotatable.java
@@ -51,7 +51,7 @@ public ScreenOrientation getOrientation() {
51
52
@Override
53
public void rotate(DeviceRotation rotation) {
54
- executeMethod.execute(DriverCommand.SET_SCREEN_ORIENTATION, rotation.parameters());
+ executeMethod.execute(DriverCommand.SET_SCREEN_ROTATION, rotation.parameters());
55
}
56
57
0 commit comments