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
const div = await context.exists("div");
context.assert("Should be a div", div).not.equals(null);
provides
✕ TypeError: Converting circular structure to JSON --> starting at object with constructor 'BrowserContext' | property '_browser' -> object with constructor 'Browser' --- property '_defaultContext' closes the circle
The text was updated successfully, but these errors were encountered:
provides
The text was updated successfully, but these errors were encountered: