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 a57b2bc commit 3b11d17Copy full SHA for 3b11d17
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