Error: Failed to create Chrome process

Hi Guys.

Alguém pode me ajudar?
Não consigo executar o WebDriver com o Chrome, testei com o Edge e funcionou normalmente, mas eu queria executar a autmoação preferencialmente no Google Chrome.

Hi @Ero_lkss, welcome!

Apparently there is no specific reason that causes this error, but you can try some alternatives:

  • Try passing the path to the webdriver using the 'r' in the string:
    self.driver_path = r"C:\Bot\one\one\chromedriver.exe"

  • Try to check if Chrome is installed in the default directory and if the version is compatible with the webdriver version

  • Try reinstalling Chrome

I used this Stack Overflow thread as a reference: