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
I would like to inject JS code to the final script to do things not provided in this wrapper like:
casper.page.paperSize = { width: (8.5 * 96) + 'px', height: (11 * 96) + 'px', orientation: 'portrait', margin: '0px' }
or any other code that might be needed. Something like:
$casper->addToScript(<<<FRAGMENT ... JS code ... FRAGMENT);
The text was updated successfully, but these errors were encountered:
Sounds like a good idea to be able to "support new casper JS features" between updates. Can you open a pull request?
Sorry, something went wrong.
Hi,
I have released v1.3.0 that come with this feature. I hope it is what you are after.
v1.3.0
No branches or pull requests
I would like to inject JS code to the final script to do things not provided in this wrapper like:
or any other code that might be needed. Something like:
The text was updated successfully, but these errors were encountered: