diff --git a/frontend/docs/docs/user-guide/workflow-setup.md b/frontend/docs/docs/user-guide/workflow-setup.md index d8a03bce08..4efdf7a18b 100644 --- a/frontend/docs/docs/user-guide/workflow-setup.md +++ b/frontend/docs/docs/user-guide/workflow-setup.md @@ -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.