Skip to content

Commit 37d8aad

Browse files
authored
docs: update wording in index.mdx (#311)
1 parent 35bf713 commit 37d8aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/site/docs/en/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
There are three main capabilities: **action**, **query**, **assert**.
1717

1818
* Use **action (`.ai`, `.aiAction`)** to execute a series of actions by describing the steps
19-
* Use **query (`.aiQuery`)** to extract customized data from the UI. Describe the JSON format you want, and AI will give the answer based on its "understand" of the page
19+
* Use **query (`.aiQuery`)** to extract customized data from the UI. Describe the JSON format you want, and AI will give the answer based on its "understanding" of the page
2020
* Use **assert (`.aiAssert`)** to perform assertions on the page.
2121

2222
All these methods accept natural language prompt as param. Obviously, the cost of script maintenance will be greatly decreased.
@@ -77,7 +77,7 @@ Read more about it in [Choose a model](./choose-a-model).
7777

7878
There are so many UI automation tools out there, and each one seems to be all-powerful. What's special about Midscene.js?
7979

80-
* Debugging Experience: You will soon find that debugging and maintaining automation scripts is the real challenge point. No matter how magic the demo is, you still need to debug the process to make it stable over time. Midscene.js offers a visualized report file, a built-in playground, and a Chrome Extension to debug the entire process. This is what most developers really need. And we're continuing to work on improving the debugging experience.
80+
* Debugging Experience: You will soon realize that debugging and maintaining automation scripts is the real challenge. No matter how magical the demo looks, ensuring stability over time requires careful debugging. Midscene.js offers a visualized report file, a built-in playground, and a Chrome Extension to simplify the debugging process. These are the tools most developers truly need, and were continually working to improve the debugging experience.
8181

8282
* Open Source, Free, Deploy as you want: Midscene.js is an open-source project. It's decoupled from any cloud service and model provider, you can choose either public or private deployment. There is always a suitable plan for your business.
8383

0 commit comments

Comments
 (0)