We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f400420 commit a6e7df2Copy full SHA for a6e7df2
lib/appium_lib/driver.rb
@@ -73,10 +73,6 @@ def update data, *args
73
74
# device is not case sensitive
75
ENV['DEVICE'] = ENV['DEVICE'].strip.downcase if !ENV['DEVICE'].nil?
76
- if ! %w(ios android selendroid).include? ENV['DEVICE']
77
- raise %(DEVICE="#{ENV['DEVICE']}" must be ios, android,
78
-or selendroid.)
79
- end
80
end
81
82
# return list of require files as an array
0 commit comments