-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Protocol error (Overlay.highlightNode): Could not find object with given id #2704
Comments
|
@pavelfeldman I just want to navigate to |
In Puppeteer, you were reaching out to a private property to get a hold of the session that Puppeteer itself used. You can do the same in Playwright, it is just harder to find and abuse it here. But I would encourage you to think in the browser-neutral way since that's what we want for Playwright in the end of the day and request a feature where you can trigger inspector (or any other) highlight. Something like |
that's sounds good |
I'll close this as a dupe of #2747 |
Sorry for re-post this issue cause the last one was closed and I can not reopen, I have the context:
the
objectId
has value{"injectedScriptId":3,"id":1}
but I got the error:Error: Protocol error (Overlay.highlightNode): Could not find object with given id
.I can do this action on Puppeteer as the following:
So I'm not sure how to do this on playwright?
The text was updated successfully, but these errors were encountered: