1

I have this simple Python script - from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager

*driver = webdriver.Chrome(ChromeDriverManager().install())
driver.get('https://marketplace.intacct.com/marketplace?category=a2Ci0000000DijlEAC')*

But I am getting an error when I run it.

raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: disconnected: received Inspector.detached event (Session info: chrome=88.0.4324.96)

Tried a lot of things but nothing is working. Please help!

Dhrumil shah
  • 611
  • 4
  • 23

0 Answers0