You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the charactersToErase value is a bare Integer, and isn't interpolating JavaScript. To support this, we'd need to rework it like the extendedWaitUntil's timeout, where it's a String on the outside, but translated to a long during its journey between YAML parsing and the driver service.
Is there an existing issue for this?
Steps to reproduce
query.js:
output.email = '[email protected]';
output.email.size = output.email.length;
flow.yaml:
Actual results
Expected results
To serialize into the length of the email
About app
Flutter application
About environment
M4 MacBook Air
Logs
Logs
Maestro version
1.39.7
How did you install Maestro?
Homebrew
Anything else?
For now im setting a static number of 100 characters that can be erased but this would be a better way
The text was updated successfully, but these errors were encountered: