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 headless / headfull capabilities to Zeno #55

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Conversation

CorentinB
Copy link
Collaborator

No description provided.

- Update usage text for `--headless` and add `--headfull` and `--headless-wait-after-load` flags
- Move `Headless` field from `crawl.Crawl` to `config.Flags`
- Initialize `crawl.Crawl`'s `Headless` field from `config.Flags`
- Add `Headfull` and `HeadlessWaitAfterLoad` fields to `config.Flags`
- Use `Headfull` field to determine if `Headless` should be set to true in `crawl.Crawl`'s initialization of the headless browser.

Signed-off-by: Corentin Barreau <[email protected]>
- Add a wait after page load if `--headless-wait-after-load` is enabled.

Signed-off-by: Corentin Barreau <[email protected]>
@CorentinB CorentinB self-assigned this Sep 14, 2023
@CorentinB CorentinB added the enhancement New feature or request label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants