puppeteer-sharp icon indicating copy to clipboard operation
puppeteer-sharp copied to clipboard

BrowserFetcher directory location issue

Open LeeeJoe opened this issue 3 years ago • 1 comments

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)

LeeeJoe avatar Feb 11 '22 23:02 LeeeJoe

PRs are welcome :)

kblok avatar Apr 17 '22 23:04 kblok