Skip to content

Commit 6d0de81

Browse files
valfirstmykola-mokhnach
authored andcommitted
Upgrade to Selenium 4.0.0-alpha-1 (#1132)
1 parent 924f544 commit 6d0de81

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=3.141.59
10+
selenium.version=4.0.0-alpha-1

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;
4748
import org.openqa.selenium.remote.http.HttpClient;
4849
import org.openqa.selenium.remote.http.HttpRequest;
4950
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.http.W3CHttpCommandCodec;
35+
import org.openqa.selenium.remote.codec.w3c.W3CHttpCommandCodec;
3636

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

0 commit comments

Comments
 (0)