Tool jDeppL - A DeepL clipboard hook [v2.3.3]

MuninKai

Well-Known Member
Apr 29, 2020
1,508
2,322
Can anyone help with a problem? The program does not work with chrome. It gives out an error:

Critical error. WebDriver failed to initialize.
Please check the config.toml file to see if you're using the correct webdriver,
make sure that you have a compatible web browser installed and that there
is a compatible driver located in the webdrivers folder.

However, if you use the program through the browser firefox, everything is OK.

Chrome version 107.0.5304.107
Edit the config.toml file to configure which browser you have installed, set "webDriver" to either: "firefox", "edge", "chrome", "opera" or "ie"

By default, it's Firefox, so trying to use Chrome without editing the config.toml file will produce that error.
 

Pornusnik

Newbie
Oct 19, 2017
29
32
Edit the config.toml file to configure which browser you have installed, set "webDriver" to either: "firefox", "edge", "chrome", "opera" or "ie"

By default, it's Firefox, so trying to use Chrome without editing the config.toml file will produce that error.
I did that. When firefox is there everything works, but when I switch it to Chrome it gives the error I have already described.

My main browser is Chrome and I would like it to work
 

MuninKai

Well-Known Member
Apr 29, 2020
1,508
2,322
I did that. When firefox is there everything works, but when I switch it to Chrome it gives the error I have already described.

My main browser is Chrome and I would like it to work
Did you download the Chrome webdriver or just the browser? Selenium can't just hook into your Chrome browser, it needs a dedicated client.
 

MuninKai

Well-Known Member
Apr 29, 2020
1,508
2,322
I installed the chromedriver. Still doesn't help :(
Hmmm, that sucks. Might be that you just need to use Firefox, maybe there was a configuration change with the Chrome driver that's made it incompatible.