We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0088b8 commit 8386bd2Copy full SHA for 8386bd2
build.gradle
@@ -34,19 +34,19 @@ dependencies {
34
35
api ('org.seleniumhq.selenium:selenium-api') {
36
version {
37
- strictly "[${seleniumVersion}, 5.0)"
+ strictly "[${seleniumVersion}, 4.14)"
38
prefer "${seleniumVersion}"
39
}
40
41
api ('org.seleniumhq.selenium:selenium-remote-driver') {
42
43
44
45
46
47
api ('org.seleniumhq.selenium:selenium-support') {
48
49
50
51
52
0 commit comments