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:
-
Spun up a Flutter desktop app and successfully invoked APIs such as:
GET /keys
GET /widgets
GET /tap
-
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?
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:
Spun up a Flutter desktop app and successfully invoked APIs such as:
GET /keysGET /widgetsGET /tapSpun 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?