0

我正在遵循下面的代码,但无法获得 xhr 请求。来自这里的代码。有任何解决这个问题的方法吗?

import seleniumwire.undetected_chromedriver as uc

chrome_options = uc.ChromeOptions()

driver = uc.Chrome(
    options=chrome_options,
    seleniumwire_options={}
)

r = driver.requests

AttributeError: 'Chrome' object has no attribute 'requests'
4

0 回答 0