tryphotino / photino.NET

https://tryphotino.io
Apache License 2.0
885 stars 73 forks source link

How to dynamically execute JavaScript and Intercept & obtain the response information for a specified URL #192

Open Fsystem opened 3 months ago

Fsystem commented 3 months ago

I am migrating from WebView2 to Photino.NET and have encountered two missing features. 1.Dynamically execute a JavaScript script and retrieve the return value in C# 2.Intercept and obtain the response information for a specified URL, with the ability to rewrite the response information.