Skip to content

Commit ddc5e36

Browse files
browserName is never used
1 parent c5211e5 commit ddc5e36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/appium_lib/driver.rb

-2
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ def server_version
345345
# https://github.com/jlipps/appium/blob/master/app/android.js
346346
def android_capabilities
347347
{
348-
browserName: 'Android',
349348
platform: 'LINUX',
350349
version: '4.2',
351350
device: @device == :android ? 'Android' : 'selendroid',
@@ -360,7 +359,6 @@ def android_capabilities
360359
# WebDriver capabilities. Must be valid for Sauce to work.
361360
def ios_capabilities
362361
{
363-
browserName: 'iOS 6.0',
364362
platform: 'Mac 10.8',
365363
version: '6.0',
366364
device: @device_cap || 'iPhone Simulator',

0 commit comments

Comments
 (0)