RusKnyaz / Optimus

Optimus is headless Web Browser fully implemented on .net.
MIT License
81 stars 8 forks source link

Web frameworks #46

Open joshua211 opened 3 years ago

joshua211 commented 3 years ago

Does optimus support loading web frameworks like react and angular? I'm having trouble loading pages like twitter and instagram.

joshua211 commented 3 years ago

Nevermind, I took a look at Jint and Jurassic and it seems both are stuck on ecma 5.

On that note, what about supporting other js engines? V8.Net seems like a decent options, since it is a wrapper around the V8 engine itself, which chrome and other browsers use.

RusKnyaz commented 3 years ago

I've already thought about adding V8 support. In the 3rd version, I added a set of interfaces for connecting various engines.

gakera commented 2 years ago

I'm having same problem, where Optimus gives me only <DIV ui-view=""></DIV> I want to get <div ui-view="" class="ng-scope"> ...etc etc content content....

I'm using Knyaz.Optimus version 3.0.1 but I only see Knyaz.Optimus.Scripting.Jint and Jurassic available, not sure how to use V8 or any other scripting enginge that can deliver more content.