Tarto
Tarto
Any idea how to make it work ? I cannot seem to be able to load the extension that I create into the no driver chrome browser. I have tried...
That's weird, I'm on windows 10 and it does not work. I tried using manifest v2 and v3 to no avail. I tried opening a window and then loading the...
Yeah thanks, I have something like that yes, but no driver won't load it... i create both files and try to load them with the previously mentioned methods, but it...
Did not work for me, but thanks for updating !
Found a solution for mine, I was using `add_extension` wrong, the right way to do it is `config1.add_extension(extensionDir)` unlike `user_data_dir `or `browser_executable_path`
Reviving this, any solution ?