RusKnyaz / Optimus

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

Not found EngineBuilder #24

Closed dmaco closed 4 years ago

dmaco commented 4 years ago

the code below dosent find the EngineBuilder i have installed the nugged package and in a windows form place on top using Knyaz.Optimus; using Knyaz.Optimus.Dom.Elements;

var engine = EngineBuilder.New() .UseJint()// Enable JavaScripts execution. .Build(); // Builds the Optimus engine.

RusKnyaz commented 4 years ago

The EngineBuilder was added in version 2.3, which has not yet been published. You can compile the library from source code or download alpha version from https://ci.appveyor.com/nuget/optimus-private

RusKnyaz commented 4 years ago

Today I published version 2.3.0, try it.