| Command | Target | Value | Format | Description |
| open | URL address | No | open| www.tingyun.com | | Browses the specified URL in the current window. If no window exists, opens a new window and browses the URL. |
| selectFrame | Target frame identifier. Subframe indexes start from 0. Common identifiers include: index=0 (the first subframe)relative=parent (the parent frame of the current frame) | No | selectFrame| index=0 | | Selects a frame for the next operation. |
| click | Element selector parameter | No | click | id=tingyun | | Clicks the selected element. |
| type | Element selector parameter | Text to enter | type | id=username | tingyun | Finds the element and enters the specified text. |
| runScript | Element selector parameter (optional). If an element is specified, the recorder finds the element first and then executes the script after the element is found. | Script to execute | runScript | | console.log("OK"); | Runs the script. |
| selectWindow | Window identifier. Window indexes start from 1. Common identifiers include:win_ser_1 (the second window)win_ser_local (the first window, equivalent to win_ser_0) | No | selectWindow| win_ser_1 | | Switches windows. |
| Screenshot/captureEntirePageScreenshot/taskScreenshot | No | No | screenshot | | | Captures a screenshot of the current window. The three commands are compatible and provide the same function. |
| source/getPageSource/storeHtmlSource/waitForHtmlSource | No | No | source | | | Saves the page source of the current window. The four commands are compatible and provide the same function. |
| deleteCookie | Cookie name | No | deleteCookie | www.tingyun | | Deletes the specified cookie. |
| deleteCookies | No | No | deleteCookies | | | Deletes all cookies. |