Skip to content

Commit d07be96

Browse files
committed
add a --chromedriver_version in _web
1 parent fd46ae8 commit d07be96

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/functional/android/driver_test.rb

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ class DriverTest < AppiumLibCoreTest::Function::TestCase
77
def setup
88
@@core ||= ::Appium::Core.for(Caps.android)
99
@driver = @@core.start_driver
10+
11+
require 'pry'
12+
binding.pry
1013
end
1114

1215
def teardown

test/test_helper.rb

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ def android_web
138138
# An emulator 8.1 has Chrome/61.0.3163.98
139139
# Download a chrome driver from https://chromedriver.storage.googleapis.com/index.html?path=2.34/
140140
# chromedriverExecutable: "#{Dir.pwd}/test/functional/app/chromedriver_2.34",
141+
# Or `npm install --chromedriver_version="2.24"` and
142+
# chromedriverUseSystemExecutable: true,
141143
udid: get_udid_name,
142144
deviceName: 'Android Emulator',
143145
someCapability: 'some_capability',

0 commit comments

Comments
 (0)