I have set “get element” and “click element”, but they are not executed in the workflow.
There are no errors when the workflow is executed, and the selector appears to be specified.
Please let me know if you find a solution.
I see 2 possible problems here:
-
The “MinResults” parameter has a value of 0. Because of this, the process will not cause an error and will continue to execute, even if it does not find the element
-
The “Virtual Click” parameter inside “Click Element” is set to “False”. With this value, the click will be performed visually using your cursor. If you move it at this moment, the process may click in the wrong place
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.