We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2204055 commit edef874Copy full SHA for edef874
lib/WebDriver/SauceLabs/Capability.php
@@ -62,6 +62,8 @@ class Capability extends BaseCapability
62
// Sauce OnDemand specific
63
const AVOID_PROXY = 'avoid-proxy'; // Avoid proxy
64
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)
67
68
// Job Sharing
69
const PUBLIC_RESULTS = 'public'; // Share job's result page, video, and logs
0 commit comments