Hi! The “WebUI.executeJavaScript(Script, Arguments)” functionality is not working with the Chrome browser. This is happening with the new version 7.0.2. The script I am running works on the Chrome console and works in version 6.3.3.
Does anyone else have this problem?
I look forward to your comments.
Try inject some console.log("It is running"); in your injected javascript and during the execution open the console tab of Chrome browser to see if the statement is printed, it would be proof that the script is executed or not
The website where i’m working on is from salesforce, and it has iframes. I found this website https://www.w3schools.com/html/html_iframe.asp that has iframes too, and you can reproduce it there.