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 a326cf6 commit 45a42dfCopy full SHA for 45a42df
lib/WebDriver/Capability.php
@@ -57,8 +57,9 @@ class Capability
57
*
58
* @see http://code.google.com/p/selenium/wiki/JsonWireProtocol#Proxy_JSON_Object
59
*/
60
- const DIRECT = 'direct';
61
- const MANUAL = 'manual';
62
- const PAC = 'pac';
63
- const SYSTEM = 'system';
+ const DIRECT = 'direct';
+ const MANUAL = 'manual';
+ const PAC = 'pac';
+ const AUTODETECT = 'autodetect';
64
+ const SYSTEM = 'system';
65
}
0 commit comments