Skip to content

Commit

Permalink
Merge pull request #645 from QaDenisSergeev/android-14
Browse files Browse the repository at this point in the history
Add android-14 in automation android script
  • Loading branch information
vania-pooh authored Oct 20, 2023
2 parents 5a2dd34 + 8e2b41d commit bfd40b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions selenium/automate_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ validate_android_version(){
emulator_image="system-images;android-33;$type;$abi"
replace_img=""
;;
14.0)
platform="android-34"
emulator_image="system-images;android-34;$type;$abi"
replace_img=""
;;
*)
echo "Unsupported Android version"
false
Expand Down

0 comments on commit bfd40b3

Please sign in to comment.