mirror of
https://github.com/AIPexStudio/AIPex.git
synced 2026-05-13 18:51:35 +00:00
fix: standardize text query examples in tools reference documentation
- Updated text query examples in the tools-reference.md file to use lowercase for consistency, changing '*[Ll]ogin*' to '*login*' and '*[Ss]earch*' to '*search*'.
This commit is contained in:
@@ -111,8 +111,8 @@ Search the page's accessibility tree using glob patterns. Returns matching eleme
|
|||||||
{button,input,textarea,select,a}* — all interactive elements
|
{button,input,textarea,select,a}* — all interactive elements
|
||||||
{button,link,a}* — clickable elements only
|
{button,link,a}* — clickable elements only
|
||||||
*[Ss]ubmit*, *[Ss]ave*, *[Cc]onfirm* — action buttons
|
*[Ss]ubmit*, *[Ss]ave*, *[Cc]onfirm* — action buttons
|
||||||
*[Ll]ogin*, *[Ss]ign* — auth elements
|
*login*, *sign* — auth elements
|
||||||
*[Ss]earch* — search inputs
|
*search* — search inputs
|
||||||
{input,textbox,combobox}* — text inputs
|
{input,textbox,combobox}* — text inputs
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user