mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-28 15:16:50 +00:00
Use Chrome driver version for Chrome that is inside Emulator
This commit is contained in:
+3
-1
@@ -57,7 +57,9 @@ function get_android_versions() {
|
||||
|
||||
get_android_versions
|
||||
processor=x86
|
||||
chrome_driver=$(curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE)
|
||||
#chrome_driver=$(curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE)
|
||||
#Reason: https://sites.google.com/a/chromium.org/chromedriver/downloads
|
||||
chrome_driver=2.33
|
||||
|
||||
function test() {
|
||||
# Prepare needed parameter to run tests
|
||||
|
||||
Reference in New Issue
Block a user