Merge pull request #329 from yogeshpatel81/patch-1

Updated chrome driver version for Android 12
This commit is contained in:
Budi Utomo
2023-01-02 16:47:22 +01:00
committed by GitHub
+1 -1
View File
@@ -44,7 +44,7 @@ declare -A chromedriver_versions=(
[9.0]="2.40" [9.0]="2.40"
[10.0]="74.0.3729.6" [10.0]="74.0.3729.6"
[11.0]="83.0.4103.39" [11.0]="83.0.4103.39"
[12.0]="93.0.4577.15" [12.0]="91.0.4472.101"
) )
function get_android_versions() { function get_android_versions() {