mac平台下,使用selenium的remote-debug-port模式打开浏览器怎么觉得卡卡的?
mac平台下,使用selenium的remote-debug-port模式打开浏览器怎么觉得卡卡的?
p = subprocess.Popen(['/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', '--user-data-dir=/Users/interface/PycharmProjects/DjangoForWelock/user-data-dir/Profile',
'--remote-debugging-port=9223',
# '--blink-settings=imagesEnabled=false',
'--test-type --ignore-certificate-errors',
'--enable-gpu-rasterization', '--disble-javascript'])
以上是 mac平台下,使用selenium的remote-debug-port模式打开浏览器怎么觉得卡卡的? 的全部内容, 来源链接: utcz.com/p/939068.html