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 86c2f3a commit df2bb6dCopy full SHA for df2bb6d
PHPWebDriver/WebDriverDesiredCapabilities.php
@@ -69,6 +69,11 @@ function __get($property) {
69
"version" => "",
70
"platform" => "ANDROID",
71
"javascriptEnabled" => True);
72
+ case "phantomjs":
73
+ return array("browserName" => "phantomjs",
74
+ "version" => "",
75
+ "platform" => "ANY",
76
+ "javascriptEnabled" => True);
77
default:
78
if (isset($property)) {
79
return $this->$property;
0 commit comments