DotNet Core based declarative web scraping using the Chrome Debugger Protocol
Declarative browser automation. Make the web your source of structured data. Perform automated tasks on sites that don’t provide an api.
Windows:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9223
macOS:
sudo "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --remote-debugging-port=9223
BaristaLabs.Skrapr\src\SkraprConsoleHost>$ dotnet run "<path to definition file>"