Hi we are working on the web site automation using blue prism 6.
The web site doesn't work with the write stage. To overcome this we have used global send keys to fill the data in the website fields and its working fine.
We have some fields where we may get data which can have special character into it, e.g. email.
Currently using send keys it is not writing the special characters instead it writes the corresponding key. e.g. email@domain.com results into email2domain.com
Is there is a way by which we can handle this issue in BP.
Thanks