Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 838 Bytes

File metadata and controls

11 lines (6 loc) · 838 Bytes

Sharpium

Sharpium C# scripting enabled web browser based on CefSharp using Chromium engine.

Keep in mind this was a weekend PoC project without proper DOM manipulation or input bindings as far as C# scripting is concerned. Not ready to be released into the wild not even by a long shot.

Disclaimer: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.

Usage

Enter any URL in the address bar and press ENTER to load it. In order to test out the C# scripting capabilities you can load the included TestPage.html containing the C# script. Html document can be loaded from a file system like so file:///C:/Users/abc/Source/Repos/Sharpium/TestPage.html (modify the path to file to suit your folder structure and enter it in the address bar).