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'])
阅读 242
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题
宣传栏