puppeteer-sharp
puppeteer-sharp copied to clipboard
BrowserFetcher directory location issue
Description
Using Directory.GetCurrentDirectory() on Centos 7 (Linux) results in the directory from which the command to start the process is issued, not the directory where the executable is located. Thank you.
P.S. Perhaps more better will be: Path.GetDirectoryName(Environment.ProcessPath)
PRs are welcome :)