• English
  • After configuring the model, try these core tabs:

    • Act: interact with the interface through Auto Planning. This corresponds to aiAct. For example:
    Type “Midscene” in the search box, run the search, and open the first result
    Fill out the registration form and make sure every field passes validation
    • Query: extract structured data from the interface. This corresponds to aiQuery.

    Similar methods include aiBoolean(), aiNumber(), and aiString() for directly extracting booleans, numbers, and strings.

    Extract the user ID from the page and return JSON data in the { id: string } structure
    • Assert: verify a condition in the interface and throw an error when it is not met. This corresponds to aiAssert.
    There is a login button on the page, with a user agreement link below it
    • Tap: click an element through Instant Action. This corresponds to aiTap.
    Click the login button

    For the difference between Auto Planning and Instant Action, see the common API reference.