Skip to content

Can this Autopilot be used for web application testing? #13

@snakade29

Description

@snakade29

Hi! I’m trying to understand whether the Autopilot library can be used for web application testing, specifically for automating browser UI where the UI itself is a Flutter web app.

So far, here’s what we’ve tried:

  1. Spun up a Flutter desktop app and successfully invoked APIs such as:

    • GET /keys
    • GET /widgets
    • GET /tap
  2. Spun up a Flutter Android app and were able to invoke the same APIs successfully via curl.

However, when we spun up a Flutter web app and attempted to call the same APIs, we received an HTML response for all requests.

Could you help us understand what we might be doing wrong, or whether this behavior indicates that Flutter web is not supported by Autopilot?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions