perelmanari

Results 7 comments of perelmanari

I would also like to a request for this feature. We have an application using WebView2. Our users put enter a URL that they are in control of and we...

Can we get an update on this? Is this something that you are planning on addressing? Is there any timeline? Thank you

Unfortunately, I don't think there is a workaround using Javascript. If a nested frame is cross-domain, then javascript wouldn't have access to it at all and interacting with cross-domain nested...

It would take a lot of javascript code and experimenting, but it seems like I could use a combination of those two to get a lot of functionality. I could...

I have been experimenting using the devtools protocol to get events (Page.frameAttached, Page.frameDetached, Page.lifecycleEvent, Network.requestWillBeSent, Network.responseReceived, etc). Overall, this has been working well to achieve what I need. However, I...

I can't believe I completely missed that method. Thank you.

Using that method, I am now able to see events from the cross site frames. I miss a few events due to async timing, but I can work around that....