-
Notifications
You must be signed in to change notification settings - Fork 42
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
getOwnerFrame
nil
pointer
#1416
Comments
I've investigated this issue and compared it with Playwright. Here are my findings: The NPD currently can occur in getOwnerFrame. In Playwright, fortunately, they have an equivalent method and they actually check for I think the safest option is to protect against a NPD here by also checking for WDYT @inancgumus? |
@ankur22 Sounds good to me 👍 |
Found another NPD that @ankur22 suggests it's similar to this one. Here are the details:
Thanks! 🙇🏻 |
@joanlopez, sorry, at the time I gave you the wrong issue, i meant #1056 🤦 Now we have a dedicated issue #1502. |
@inancgumus I believe we can close this. I've not seen this issue since the fix. WDYT? |
Sure, we can resurrect it if it happens again. |
What?
Panic occurs while running
page.getOwnerFrame
, here:Why?
Needs to be investigated.
How?
No response
Tasks
Tasks
Related PR(s)/Issue(s)
No response
The text was updated successfully, but these errors were encountered: