xxy

Results 2 comments of xxy

Experiencing the same issue ![jenkins-context](https://user-images.githubusercontent.com/25024178/58864144-cbb8d980-86e6-11e9-9402-221625028303.png) ![detail](https://user-images.githubusercontent.com/25024178/58864157-cfe4f700-86e6-11e9-8d45-bc530c3bb660.png) How do I get rid of the default row ?

无头模式有一些浏览器表示和正常浏览器还是不一样的,我也遇到过google的反扒策略 下面是我用的启动参数你看对你有用么 edge_options.add_argument('--allow-running-insecure-content') edge_options.add_argument("--ignore-certificate-errors") edge_options.add_argument("--disable-blink-features=AutomationControlled") # edge_options.add_argument(r'--user-data-dir=C:\Users\52560\AppData\Local\Google\Chrome for Testing\User Data') # 开启开发者模式 edge_options.add_experimental_option( 'excludeSwitches', ['enable-automation']) # 禁用日志打印 谷歌文档提到需要加上这个属性来规避bug edge_options.add_argument('log-level=3') edge_options.add_argument("--disable-gpu") # 添加http header user_agent = 'Mozilla/5.0 (Windows NT 10.0; Win64;...