Use Chrome driver version for Chrome that is inside Emulator

This commit is contained in:
butomo1989 2018-07-05 22:40:41 +02:00
parent c22fe34e7c
commit 55719bb638

View file

@ -57,7 +57,9 @@ function get_android_versions() {
get_android_versions get_android_versions
processor=x86 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() { function test() {
# Prepare needed parameter to run tests # Prepare needed parameter to run tests