I have recorded a VuGen script where a user is uploading a document. The script records fine but during replay getting http 400 error. Upon further investigating I found that the environment I'm testing have a validFileNamePattern setting that doesn't allow the character ":".
My script is sending the path C:\Users***********************\Dummypdf.pdf So obviously after the path folder "C" there will always be the character ":".
My question is, is there anything I can do in my script that will not send the path "C:"?