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
When I'm trying to execute js code via page.evaluate using camofoux I´m getting JS Eval error:
playwright._impl._errors.Error: Page.evaluate: $ is not defined @debugger eval code line 234 > eval:1:1 evaluate@debugger eval code:234:30 @debugger eval code:1:44
This does not occurs when I'm using chrome browser
Thanks! :)
The text was updated successfully, but these errors were encountered:
When I'm trying to execute js code via page.evaluate using camofoux I´m getting JS Eval error:
playwright._impl._errors.Error: Page.evaluate: $ is not defined @debugger eval code line 234 > eval:1:1 evaluate@debugger eval code:234:30 @debugger eval code:1:44
This does not occurs when I'm using chrome browser
Thanks! :)
The text was updated successfully, but these errors were encountered: