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
To Reproduce
Please provide a mini reproduction rather than just a description. For example:
package main
import"github.com/playwright-community/playwright-go"funcmain() {
// use ConnectOverCDP and pages to get some page and debug in that page in chrome ,then run the following codesevaluateResult, err:=page.Evaluate(method, params)
iferr!=nil {
returnnil, err
}
}
the code will block till timeout or cancel debug in chrome with error
Additional context
Add any other context about the problem here.
in chrome console , it can run js codes even if in debug
The text was updated successfully, but these errors were encountered:
Environments
Bug description
can not evaluate js on chrome debug
To Reproduce
Please provide a mini reproduction rather than just a description. For example:
the code will block till timeout or cancel debug in chrome with error
Additional context
Add any other context about the problem here.
in chrome console , it can run js codes even if in debug
The text was updated successfully, but these errors were encountered: