You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/docs/docs/user-guide/workflow-setup.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ The crawl will be gracefully stopped after reaching this set size in GB.
166
166
167
167
Customize how and when the browser performs specific operations on a page.
168
168
169
-
**Built-in Behaviors**
169
+
_**Behaviors**_
170
170
171
171
Behaviors are browser operations that can be enabled for additional page interactivity.
172
172
@@ -187,13 +187,17 @@ When clicking a link-like element that would normally result in navigation, auto
187
187
188
188
- Websites that use `<a>` in place of a `<button>` to reveal in-page content.
189
189
190
-
### Click Selector
190
+
####Click Selector
191
191
192
192
When autoclick is enabled, you can customize which element is automatically clicked by specifying a CSS selector.
193
193
194
194
See [Basic CSS selectors (MDN)](https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Basic_selectors) for examples of valid CSS selectors.
195
195
196
-
**Page Timing**
196
+
### Use Custom Behaviors
197
+
198
+
Enable custom behaviors to add your own behavior scripts. See [webrecorder/browsertrix-behaviors](https://github.com/webrecorder/browsertrix-behaviors) for more information.
199
+
200
+
_**Page Timing**_
197
201
198
202
Page timing gives you more granular control over how long the browser should stay on a page and when behaviors should run on a page. Add limits to decrease the amount of time the browser spends on a page, and add delays to increase the amount of time the browser waits on a page. Adding delays will increase the total amount of time spent on a crawl and may impact your overall crawl minutes.
0 commit comments