I have JS Function and i want to execute it in library JS of Neoload, the issue is that the function contains "document.createElement("form")" and "document.body.apprendClid(variable)".
How can i execute it?
You cannot access browser objects so you have to understand what the function is doing and replace this calls in your JS so they do not depend on browser objects.