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
The documentation states:
> `injectScript` returns a promise, that when resolved, means the script
> has been evaluated by the browser and you can start communicating with
> it.
However, currently `injectScript` returns as soon as the `script`
element has been added to the DOM.
Make `injectScript` behave according to the documentation.
0 commit comments