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 6aa16bb commit 0c20707Copy full SHA for 0c20707
lib/WebDriver/Service/CurlService.php
@@ -87,7 +87,6 @@ public function execute($requestMethod, $url, $parameters = null, $extraOptions
87
}
88
89
curl_setopt($curl, CURLOPT_HTTPHEADER, $customHeaders);
90
- curl_setopt($curl, CURLOPT_FAILONERROR, true);
91
92
$rawResult = trim(curl_exec($curl));
93
$info = curl_getinfo($curl);
0 commit comments