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
just wanted to let you know about a breaking change with the upcoming v8 release. In there we remove all browser commands from element scopes. This breaks in injectDOMTestingLibrary where container is an element (with selector 'body'). I suggest to call execute as follows container.parent.execute(...) to run the command from the browser scope. This would already work with today v7 and prior versions.