I tried to inject JS code with the inject step, but the site blocks this method. I managed to insert the code directly in the browser console and run. How do I automate this method in Automation Edge?
Can you insert the code in the URL address bar?
I am not an expert but if inserting JS code preceded with javascript:, for example:
javascript:console.log(“anything”)
and reports to the browser console, you should be able to insert Javascript.
In the code you develop, do not precede the javascript:, just the code.
Hope this helps
Thank you for the response. I tried to follow that approach, but the process became intermittent, with occasional failures. In this case, I found it better to proceed with AutoIt, using shortcuts to access the console and writing the command directly in the console. This way, it worked.