MatthiasGlatthornVerdure
Results
1
issues of
MatthiasGlatthornVerdure
Hi there, I've got a small question concerning the usage of phantomJs. In my PHP-Class I set up phantomJs like this: `$this->client = Client::getInstance();` `$this->client->getEngine()->debug(true);` `$path = base_path();` `$this->client->getEngine()->setPath($path ....