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
As mentioned in rust-lang/rust#93784 (comment), a possibility to fix this problem would be to never use page.$/page.$$/page.$x and instead directly do everything directly into page.evaluate(async () => {}).
The text was updated successfully, but these errors were encountered:
As mentioned in rust-lang/rust#93784 (comment), a possibility to fix this problem would be to never use
page.$
/page.$$
/page.$x
and instead directly do everything directly intopage.evaluate(async () => {})
.The text was updated successfully, but these errors were encountered: