Skip to content

Commit ae224b0

Browse files
author
Andrei Kamarouski
committed
replace appium dependency by selenium
1 parent 0ac360d commit ae224b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation('org.yaml:snakeyaml:1.30')
1515

1616
implementation("net.bytebuddy:byte-buddy:1.14.11")
17-
compileOnly('io.appium:java-client:9.1.0')
17+
compileOnly('org.seleniumhq.selenium:selenium-remote-driver:4.17.0')
1818

1919
implementation('org.slf4j:slf4j-api:1.7.36')
2020
compileOnly("log4j:log4j:1.2.17")

0 commit comments

Comments
 (0)