Skip to content

Commit caff218

Browse files
Improve docs
1 parent b579ca7 commit caff218

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/appium_lib/driver.rb

+5-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,11 @@ def initialize opts={}
263263

264264
@port = opts.fetch :port, ENV['PORT'] || 4723
265265

266-
# device as used in device capabilities
266+
# device as used in device capabilities.
267+
# iOS only.
268+
#
269+
# Android is always Android or Selendroid so there's no
270+
# override required.
267271
@device_cap = opts.fetch :device_cap, false
268272

269273
# :ios, :android, :selendroid

0 commit comments

Comments
 (0)