Skip to content

docs: Adds section for autoclick behavior addition from 1.13.3 #2385

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

Merged
merged 2 commits into from
Feb 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions frontend/docs/docs/user-guide/workflow-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,16 @@ Waits on the page after initial HTML page load for a set number of seconds prior

Limits amount of elapsed time behaviors have to complete.

### Auto Scroll Behavior
### Autoscroll Behavior

When enabled, the browser will automatically scroll to the end of the page.

### Autoclick Behavior

When enabled, the browser will automatically click on all links, even if they're empty or don't navigate to another page.

This can be helpful for web applications that use JavaScript to handle navigation and don't link to things properly with `href=""` attributes.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect!


### Delay Before Next Page

Waits on the page for a set period of elapsed time after any behaviors have finished running. This can be helpful to avoid rate limiting however it will slow down your crawl.
Expand Down Expand Up @@ -253,10 +259,6 @@ Sets the date of the month for which crawls scheduled with a `Monthly` _Frequenc

Sets the time that the scheduled crawl will start according to your current timezone.

### Also Run a Crawl Immediately On Save

When enabled, a crawl will run immediately on save as if the `Run Immediately on Save` _Crawl Schedule Type_ was selected, in addition to scheduling a crawl to run according to the above settings.

## Metadata

Describe and organize your crawl workflow and the resulting archived items.
Expand All @@ -276,7 +278,3 @@ Apply tags to the workflow. Tags applied to the workflow will propagate to every
### Collection Auto-Add

Search for and specify [collections](collections.md) that this crawl workflow should automatically add archived items to as soon as crawling finishes. Canceled and Failed crawls will not be added to collections.

## Review Settings

This section lists all the previously entered settings for final review. If there are any errors from the previous form sections, they will be listed at the top. The errors need to be corrected before the crawl workflow can be created.
Loading