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.
2 parents a57b2bc + 3b11d17 commit f626e96Copy full SHA for f626e96
lib/WebDriver/Service/CurlService.php
@@ -81,6 +81,7 @@ public function execute($requestMethod, $url, $parameters = null, $extraOptions
81
}
82
83
curl_setopt($curl, CURLOPT_HTTPHEADER, $customHeaders);
84
+ curl_setopt($curl, CURLOPT_FAILONERROR, true);
85
86
$rawResult = trim(curl_exec($curl));
87
$info = curl_getinfo($curl);
0 commit comments