Ahmed Shamel

Results 2 issues of Ahmed Shamel

I have PuppeteerSharp project and I need to save the cookies, so I use the following code: ``` browser = await Puppeteer.LaunchAsync(new LaunchOptions { Headless = true, UserDataDir = Path.Combine(".",...

I have a xamarin form application that is use sqlite. I want to protect sqlite file using password. I use the same method in the example, but I get this...