docs: fix markdown content of quick-experience (#424)

* docs: fix markdown content of quick-experience

* fix: lint
This commit is contained in:
yuyutaotao 2025-02-25 16:34:49 +08:00 committed by GitHub
parent 36d5479949
commit 610b265cd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ OPENAI_API_KEY="sk-replace-by-your-own"
After the configuration, you can immediately experience Midscene. There are three main tabs in the extension:
- **Action**: use action to interact with the web page, like "type Midscene in the search box" or "click the login button".
- **Query**: use query to extract JSON data from the web page, like "extract the user id from the page, return in {id: string}".
- **Query**: use query to extract JSON data from the web page, like "extract the user id from the page, return in \{ id: string \}".
- **Assert**: use assert to validate the web page, like "the page title is "Midscene"".
Enjoy !