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

Post Browser Navigate Hooks #166

Merged
merged 3 commits into from
Oct 18, 2024
Merged

Conversation

otsch
Copy link
Member

@otsch otsch commented Oct 17, 2024

Adds post browser navigate hooks that are passed from Http steps to the browser loader helper and are executed after the headless browser navigated to the specified URL. They are called with the chrome-php Page object as argument, so you can run things on that page before getting the HTML and returning the response.

otsch added 3 commits October 17, 2024 23:56
Adds post browser navigate hooks that are passed from `Http` steps to
the browser loader helper and are executed after the headless browser
navigated to the specified URL. They are called with the chrome-php
`Page` object as argument, so you can run things on that page before
getting the HTML and returning the response.
It provides a lot of simple actions to run in the post browser navigate
hooks as Closures via static methods.
@otsch otsch merged commit 1b9b4d2 into main Oct 18, 2024
8 checks passed
@otsch otsch deleted the feature/post-browser-navigate-hooks branch October 18, 2024 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant