Skip to content

Instantly share code, notes, and snippets.

@markpol
markpol / WebDriverCurlService.php
Last active March 2, 2018 01:52
customizing Curl Options for WebDriver client
<?php
namespace Tests;
use WebDriver\Service\CurlService;
use WebDriver\Service\CurlServiceInterface;
/**
* Class WebDriverCurlService
* @package Tests