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
right now the entire dom-testing-library is sent on each evaluateAsync call to avoid execution context change problems (and global pollution), instead it could be installed just once on each page and reused through some sort of .install() mechanism or simple cached lookup