php-phantomjs icon indicating copy to clipboard operation
php-phantomjs copied to clipboard

Getting undefined function getEngine()

Open MilesHart opened this issue 5 years ago • 0 comments

Just running these two lines, and erroring on the getEngine() undefined.

use JonnyW\PhantomJs\Client;

 $client = Client::getInstance();
$client->getEngine()->setPath('/bin');

MilesHart avatar May 30 '20 11:05 MilesHart