web自动化没有登录接口,如何做
复制已有的浏览器
浏览器:
chrome -remote-debugging-port = 9222
python
hrome_org = webdriver.ChromeOptions()
chrome_arg.debugger_address = '127.0.0.1:9222'
self.driver = webdriver.Chrome(options= chrome.arg)
复制已有的浏览器
浏览器:
chrome -remote-debugging-port = 9222
python
hrome_org = webdriver.ChromeOptions()
chrome_arg.debugger_address = '127.0.0.1:9222'
self.driver = webdriver.Chrome(options= chrome.arg)