Gildas
Gildas
We can keep the issue open, so that we can remember this need ;)
I was not able to reproduce your issue, same OS, same Firefox version, geckodriver v0.30.0.
Note that Selenium is not really suited to SingleFile needs. If you want to use Firefox, you could install playwright with npm (it's not included by default because it's quite...
I understand the need and it seems quite legitimate, I agree that this option would be useful. The idea would indeed be to rely on a template that would define...
I agree that it would be a useful option.
You can do this with the `--browser-args` which accepts a JSON string of the parameters to pass to Chrome. For example, to load the profile named "Default", you can pass...
Actually that was not the correct parameter. I found the answer on [StackOverflow](https://stackoverflow.com/questions/57623828/in-puppeteer-how-to-switch-to-chrome-window-from-default-profile-to-desired-prof/57662769#57662769). The parameter you should use is `--user-data-dir` and you should set it to the **parent** folder of...
The conflict issue is indeed a known issue when using puppeteer. I guess the easiest way to circumvent it is to copy the profile folder and use the copy for...
Regarding the profile folder, maybe you should copy the parent folder too. Regarding the blank page, I'll try to see what's wrong but I guess it's probably a bug in...
@scruel see answer here: https://github.com/gildas-lormeau/SingleFile/issues/809#issuecomment-968155970