You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know eval() is forbidden for chrome extensions. And I only know briefly about using an iframe as per your puppeteer IDE. My question is whether it is able to utilize the iframe approach to dynamically load in automation scripts from an external source in to be run by this extension?
The reason is because I'm using this internally, and I don't want to always be publishing new builds for my internal users, but rather update the automation scripts on my server, and the users are able to pull those new automation scripts from there to run on their browsers.
The text was updated successfully, but these errors were encountered:
I know eval() is forbidden for chrome extensions. And I only know briefly about using an iframe as per your puppeteer IDE. My question is whether it is able to utilize the iframe approach to dynamically load in automation scripts from an external source in to be run by this extension?
The reason is because I'm using this internally, and I don't want to always be publishing new builds for my internal users, but rather update the automation scripts on my server, and the users are able to pull those new automation scripts from there to run on their browsers.
The text was updated successfully, but these errors were encountered: