Hi
I have a configured web scenario that captures action url of a form using regex to use it in next step for login
The issue is the url contains % encoded characters and it breaks the flow as most likely something gets double encoded ?
How can i decode the captured value so the scenario wont break ?
I have a configured web scenario that captures action url of a form using regex to use it in next step for login
The issue is the url contains % encoded characters and it breaks the flow as most likely something gets double encoded ?
How can i decode the captured value so the scenario wont break ?