File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ class DriverTest < AppiumLibCoreTest::Function::TestCase
7
7
def setup
8
8
@@core ||= ::Appium ::Core . for ( Caps . android )
9
9
@driver = @@core . start_driver
10
+
11
+ require 'pry'
12
+ binding . pry
10
13
end
11
14
12
15
def teardown
Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ def android_web
138
138
# An emulator 8.1 has Chrome/61.0.3163.98
139
139
# Download a chrome driver from https://chromedriver.storage.googleapis.com/index.html?path=2.34/
140
140
# chromedriverExecutable: "#{Dir.pwd}/test/functional/app/chromedriver_2.34",
141
+ # Or `npm install --chromedriver_version="2.24"` and
142
+ # chromedriverUseSystemExecutable: true,
141
143
udid : get_udid_name ,
142
144
deviceName : 'Android Emulator' ,
143
145
someCapability : 'some_capability' ,
You can’t perform that action at this time.
0 commit comments