michael_jones1
13 years agoOccasional Contributor
WebLoadUI tool inserting charcters in my url when recording script
I have entered the google url in the Record User Scenario box. When the app launches, the WebLoadUI tool has inserted these "%20" characters in my url:
http://%20google.com/
http://%20google.com/
Hey SK2,
Ok, so that's a step in the right direction!
Those backslashes are going to be required when executing this in the IDE as Python code, we just needed to remove them for basic CLI interaction.
For Python and the TC IDE, you will receive that error if you do not have the indentions correct. I would make sure you're indenting properly, and add those slashes back.
For instance, this is how I have mine setup and launches Chrome without any popups.