Are there any methods to execute my JavaScript file using Selenium Web Driver?
Is it possible for me to disable and re-enable a JS script in the Firefox browser while running tests?
Currently, I configure preferences in the Firefox profile and initiate the browser with JavaScript disabled. Is there a way to do this at runtime?