Replies: 1 comment
-
@hanfeige cross-domain iframes support for WebResourceRequested is available in prerelease package - you would need to use AddWebResourceRequestedFilter and pass third parameter as Document. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When a page has an IFRame (and possibly a cross-domain) and cannot get a network request, I try two methods
1, use WebResourceResponseReceived
I try to use the Playwright Edge way, through the monitoring page, get all requests, including the IFrame, so speculation has nothing to do with the Edge should be, but I need to use the WPF, Playwright doesn't suit me
But I can only get home page requests. What do I do?
Beta Was this translation helpful? Give feedback.
All reactions