Open robocoder opened 11 months ago
CompatBuster:
$this->curl
'/status'
Features:
Sample Before Event:
{ "event": "before", "command": "webdriver_command", "parameters": [] }
Sample After Event:
"event": "after", "command": "webdriver_command", "result": { ... }
Sample Error Event:
{ "event": "error", "command": "webdriver_command", "error", "WebDriverExceptionClassName" }
This PR is dependent on #129, and requires PHP 7.2+.
CompatBuster:
$this->curl
no longer prefixes the command with a leading slash, e.g.,'/status'
Features:
Sample Before Event:
Sample After Event:
Sample Error Event:
This PR is dependent on #129, and requires PHP 7.2+.