Is there an existing issue for this?
Steps to reproduce
- my code:
url: "https://mytestingsite.com"
---
- launchApp
- runFlow: ../../../elements/loadElements.yaml
- runFlow: ../../../subflows/login.yaml
- tapOn:
css: "button[aria-label='Open user menu']"
The HTML contains this;
<button class="rounded-full ring-2 ring-transparent hover:ring-blue-400 focus:ring-blue-500 focus:outline-none transition-all duration-200 cursor-pointer" aria-label="Open user menu" type="button" id="radix-:r56:" aria-haspopup="menu" aria-expanded="false" data-state="closed"><span class="after:content-[''] after:block after:absolute after:inset-0 after:rounded-full after:pointer-events-none after:border after:border-black/10 dark:after:border-white/10 relative flex shrink-0 overflow-hidden rounded-full w-10 h-10"><span class="flex h-full w-full items-center justify-center rounded-full bg-primary text-primary-foreground text-xs">FR</span></span></button>
- Run the flow with maestro test flowtest.yaml
Actual results
The maestro is stuck in the tapOn step (step 2)
Note
- tapOn:
css: "button[aria-label='Open user menu']"
childOf:
id: "mytestId"
it said: Element not found error
Expected results
should correctly detect the CSS
About app
Web
About environment
WEB
Windows 11
Maestro CLI 2.5.0
Logs
No response
Maestro version
2.5.0
How did you install Maestro?
install script (https://get.maestro.mobile.dev)
Anything else?
No response
Is there an existing issue for this?
Steps to reproduce
The HTML contains this;
Actual results
The maestro is stuck in the
tapOnstep (step 2)Note
it said: Element not found error
Expected results
should correctly detect the CSS
About app
Web
About environment
WEB
Windows 11
Maestro CLI 2.5.0
Logs
No response
Maestro version
2.5.0
How did you install Maestro?
install script (https://get.maestro.mobile.dev)
Anything else?
No response