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: docs/ai.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -533,7 +533,7 @@ ai: {
533
533
534
534
* `maxLength`: the size of HTML to cut to not reach the token limit. 50K is the current default but you may try to increase it or even set it to null.
535
535
* `simplify`: should we process HTML before sending to GPT. This will remove all non-interactive elements from HTML.
536
-
* `minify`: shold HTML be additionally minified. This removed empty attributes, shortens notations, etc.
536
+
* `minify`: should HTML be additionally minified. This removed empty attributes, shortens notations, etc.
537
537
* `interactiveElements`: explicit list of all elements that are considered interactive.
538
538
* `textElements`: elements that contain text which can be used for test automation.
539
539
* `allowedAttrs`: explicit list of attributes that may be used to construct locators. If you use special `data-` attributes to enable locators, add them to the list.
0 commit comments