Hello,
I was running a process earlier that was throwing the exception message:
I worked out that the string in a type into was throwing the error. The string contained square braces “[” and “]” around a number, like so: “William Coulson [0123]”. The type into picked it up as a special key, like Enter or Tab. I resolved this by running in debug and changing the value in the locals panel.
Is there any way of preventing this issue without replacing the data? I was thinking of setting SimulateType to true, but I am not sure how the bot would react. Does anybody know if setting SimulateType to true prevents the error message from coming up? Or have another solution?
Thanks in advance