Scenario:
When using the Navigate To function, the opening " in the URL string, addressed in the array with item.ToString is converted to %22 showing up in the URL. The ending double quotes appear fine (see message boxes attached). The array is formed by splitting a string read from a text file containing the URLs and we need to do a set of actions for each URL (now stored in the array).
Steps to reproduce:
Current Behavior:
When passed as a parameter during Open Browser, the same URL read from the item.Tostring opens AOK. But sometimes the page redirects to another page which is why we need to place a Navigate to Also (we will add logic later to check if there is a redirect)
Expected Behavior:
The item.ToString when passed during Open Browser works ok. The same string when used in Navigate To should also open the URL
Studio/Robot/Orchestrator Version:
Last stable behavior:
Last stable version:
OS Version: Windows 10 x64
Others if Relevant: (workflow, logs, .net version, service pack, etc):emphasized text
