Web (Desktop Browser)
Last updated
Was this helpful?
Last updated
Was this helpful?
Maestro can test Web apps / web pages running on a desktop browser.
The syntax is exactly the same as for any other Maestro test. For readability, you should specify url
instead of an appId
in your test file (but they're synonyms behind the scenes).
Then run it with:
To launch Maestro Studio for Web, use the -p web
option:
These features are not supported yet but should be feasible to implement if there is a common demand:
Different browsers support (current default is Chromium)
Different locales support (current default is en-US)
Screen size configuration
Flutter Web is different, in the same way Flutter Mobile is different. See the docs for how to use Semantics to make elements addressable.