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'])