Skip to content
New issue

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

add target url as parameter to beforeCaptureJS #464

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 8, 2016

  1. add target url as parameter to beforeCaptureJS

    If the website to be captured requires login, often it would redirect to a login-page. This redirect would change the value page.url available in the beforeCaptureJS function. The login could be handled through phantomjs or casperjs, but there is no way to get the original target url.
    So this change adds the target url as parameter and makes it available in the beforeCaptureJS. It's added as a new parameter at the end so it preserveres backwards-compatibility.
    Daniel Senff committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    e4f7b81 View commit details
    Browse the repository at this point in the history