Use Chrome driver version for Chrome that is inside Emulator
This commit is contained in:
parent
c22fe34e7c
commit
55719bb638
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue