File tree 3 files changed +3
-3
lines changed
src/main/java/io/appium/java_client/remote
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ signing.secretKeyRingFile=PathToYourKeyRingFile
7
7
ossrhUsername =your-jira-id
8
8
ossrhPassword =your-jira-password
9
9
10
- selenium.version =4.0.0-alpha-1
10
+ selenium.version =3.141.59
Original file line number Diff line number Diff line change 44
44
import org .openqa .selenium .remote .ProtocolHandshake ;
45
45
import org .openqa .selenium .remote .Response ;
46
46
import org .openqa .selenium .remote .ResponseCodec ;
47
- import org .openqa .selenium .remote .codec .w3c .W3CHttpCommandCodec ;
48
47
import org .openqa .selenium .remote .http .HttpClient ;
49
48
import org .openqa .selenium .remote .http .HttpRequest ;
50
49
import org .openqa .selenium .remote .http .HttpResponse ;
50
+ import org .openqa .selenium .remote .http .W3CHttpCommandCodec ;
51
51
import org .openqa .selenium .remote .service .DriverService ;
52
52
53
53
import java .io .BufferedInputStream ;
Original file line number Diff line number Diff line change 32
32
33
33
import org .openqa .selenium .interactions .KeyInput ;
34
34
import org .openqa .selenium .interactions .Sequence ;
35
- import org .openqa .selenium .remote .codec . w3c .W3CHttpCommandCodec ;
35
+ import org .openqa .selenium .remote .http .W3CHttpCommandCodec ;
36
36
37
37
import java .util .Collection ;
38
38
import java .util .Map ;
You can’t perform that action at this time.
0 commit comments