kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
430 stars 52 forks source link

execute_cdp_cmd Not support `Network.enable` ? #186

Closed langhuihui closed 4 months ago

langhuihui commented 4 months ago

cdp_socket.exceptions.CDPError: {'code': -32601, 'message': "'Network.enable' wasn't found"}

kaliiiiiiiiii commented 4 months ago

It does, just depending on the target. driver.current_target for example. Just per-target and not on driver.base_target over the whole browser.

langhuihui commented 4 months ago

Thank U very much!