Skip to content

Commit f4cdaf7

Browse files
Fix #1208 (#1209)
This reverts commit 6d0de81.
1 parent 8e04783 commit f4cdaf7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ signing.secretKeyRingFile=PathToYourKeyRingFile
77
ossrhUsername=your-jira-id
88
ossrhPassword=your-jira-password
99

10-
selenium.version=4.0.0-alpha-1
10+
selenium.version=3.141.59

src/main/java/io/appium/java_client/remote/AppiumCommandExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
import org.openqa.selenium.remote.ProtocolHandshake;
4545
import org.openqa.selenium.remote.Response;
4646
import org.openqa.selenium.remote.ResponseCodec;
47-
import org.openqa.selenium.remote.codec.w3c.W3CHttpCommandCodec;
4847
import org.openqa.selenium.remote.http.HttpClient;
4948
import org.openqa.selenium.remote.http.HttpRequest;
5049
import org.openqa.selenium.remote.http.HttpResponse;
50+
import org.openqa.selenium.remote.http.W3CHttpCommandCodec;
5151
import org.openqa.selenium.remote.service.DriverService;
5252

5353
import java.io.BufferedInputStream;

src/main/java/io/appium/java_client/remote/AppiumW3CHttpCommandCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
import org.openqa.selenium.interactions.KeyInput;
3434
import org.openqa.selenium.interactions.Sequence;
35-
import org.openqa.selenium.remote.codec.w3c.W3CHttpCommandCodec;
35+
import org.openqa.selenium.remote.http.W3CHttpCommandCodec;
3636

3737
import java.util.Collection;
3838
import java.util.Map;

0 commit comments

Comments
 (0)