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

- Adds section for the autoclick behavior 
- Removes sections that were removed with the new workflow form... and
in some cases much earlier! 😅
This commit is contained in:
Henry Wilkinson 2025-02-12 00:22:05 -05:00 committed by GitHub
parent 7ce115588e
commit 3586412da1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
### 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.
@ -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.
@ -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.