Hi all!
Can autopilot can help in resolving selector issue in workflow while sometimes validating workflow error will be thrown but where we click on particular selector is their any way out ?
I think for this you’d want to use Healing Agent.
I found out while say for example while I use assign activity their is something called generate by automatically something like this can it works ? Or it is related to particular sequence
Yes that’s what Autopilot does, it’ll write expressions and other code for you.
1 Like
Hi @vhvinodsai
- Use UI Explorer to inspect and stabilize selectors.
- Prefer dynamic selectors with variables and wildcards.
- Enable Strict / Fuzzy selectors (modern activities).
- Add Retry Scope or Check App State to handle timing issues.
- Use Computer Vision when selectors are unstable or change often.
No, as a developer it can help you build the logic and refactoring the code but it can’t resolve the selectors.
For selector issue you can use healing agent or ScreenPlay
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.