Using XType to enter website passwords. Running Chrome on Linux or Mac.
If text string being typed has “$” in it then UI.Vision gives error E311: Failed to XType. Removing the “$” and it works fine. If text string has “@” in a variable that is being XTyped then getting error on password for website but the string echo it’s correct. Code has been running for 5+ months without issues.
Code Sample that reproduces the issue in Chrome on Mac as well.
Actually, it could be that you do not set the focus to the right place? I see no XClick in your macro before the XType. But even then… this error should not happen.
You are in desktop automation mode. Is that on purpose?