Skip to content

Instantly share code, notes, and snippets.

View markpol's full-sized avatar
🎯
Focusing

Mark Pietrus markpol

🎯
Focusing
View GitHub Profile
@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