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
This function calls "Page.addScriptToEvaluateOnNewDocument" which normally returns an identifier, which can later be used to remove the script via "Page.removeScriptToEvaluateOnNewDocument".
However "public function addPreScript" doesn't return this identifier and removePreScript() is missing, so currently there is no way to remove scripts.
The text was updated successfully, but these errors were encountered:
This function calls "Page.addScriptToEvaluateOnNewDocument" which normally returns an identifier, which can later be used to remove the script via "Page.removeScriptToEvaluateOnNewDocument".
However "public function addPreScript" doesn't return this identifier and removePreScript() is missing, so currently there is no way to remove scripts.
The text was updated successfully, but these errors were encountered: