Frequently Asked Questions
How can I use the same flow when my apps have different app IDs?
If you want to run the same flow for apps with different app IDs, you can use an external parameter for appId
. Pass the parameter APP_ID
to Maestro:
And then refer to it in your flow using ${APP_ID}
:
How do I assert on a string that contains a dollar sign?
Values with dollar signs can be interpreted as variables. To avoid this, escape the dollar characters.
How do I compare two values?
To assert on values that exist on different screens, store them in variables.
Last updated