Hello VisualCron Team,
I am trying to build out a WebMacro for automating a supplier portal. Part of the process requires some validation which can be achieved with javascript. In a regular browser window, I am able to dynamically insert jQuery and run other scripts. In the WebMacro recording session, I was able to execute the scripts in the Debug View (console) but the scripts did not seem to execute from the "Inject JS" step. It did execute on playback however which is good. But I am concerned that the steps I want to perform in JS will be overwritten if I have to do them manually after trying to run the "Inject JS" step. Is there a way to execute the JS during the recording step?
Thank you in advance!