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
commit abcdf3f4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ declare -A chromedriver_versions=(
[9.0]="2.40"
[10.0]="74.0.3729.6"
[11.0]="83.0.4103.39"
[12.0]="93.0.4577.15"
[12.0]="91.0.4472.101"
)
function get_android_versions() {