Skip to content

Commit edef874

Browse files
committed
add Sauce Labs desired capabilities for iOS and Android support
1 parent 2204055 commit edef874

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/WebDriver/SauceLabs/Capability.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ class Capability extends BaseCapability
6262
// Sauce OnDemand specific
6363
const AVOID_PROXY = 'avoid-proxy'; // Avoid proxy
6464
const DISABLE_POPUP_HANDLER = 'disable-popup-handler'; // Disable popup handler
65+
const DEVICE_ORIENTATION = 'deviceOrientation'; // Device orientation (portrait or landscape)
66+
const DEVICE_TYPE = 'deviceType'; // Device type (phone or tablet)
6567

6668
// Job Sharing
6769
const PUBLIC_RESULTS = 'public'; // Share job's result page, video, and logs

0 commit comments

Comments
 (0)