Home > other >  AttributeError: 'WebDriver object has no attribute' execute_cdp_cmd '
AttributeError: 'WebDriver object has no attribute' execute_cdp_cmd '

Time:03-09

Why my selenium webdriver no execute_cdp_cmd method

CodePudding user response:

I've never used this, check according to
CDP is Chrome DevTools Protocal, Chrome developer tools agreement

Guess is for this reason that you are using the selenium call PhantomJS not Chrome driver, so can't use cdp_cmd
  • Related