We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The #183 added ability to set Zombie options, when constructing the driver, but no example was added to the README.md. I think we should have one.
The text was updated successfully, but these errors were encountered:
This is relevant code line: https://github.com/minkphp/MinkZombieDriver/blob/master/src/NodeJS/Server.php#L86
Basically specifying $options array during ZombieServer class object creation would allow to set any of Zombie supported options, including proxy.
$options
ZombieServer
Actual supported options at listed in Zombie code: https://github.com/assaf/zombie/blob/master/src/index.js#L33-L35
CC: @historylife
Sorry, something went wrong.
No branches or pull requests
The #183 added ability to set Zombie options, when constructing the driver, but no example was added to the README.md. I think we should have one.
The text was updated successfully, but these errors were encountered: