Chrome浏览器调试模式(也是新建一个Chrome虚拟环境)
"C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --user-data-dir="C:\Users\xyz\OneDrive\templates and tools\myChrome"
这样启动一个虚拟的Chrome环境,打开了调试模式,可以往chrome里自动化。
"C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --user-data-dir="C:\Users\xyz\OneDrive\templates and tools\myChrome"
这样启动一个虚拟的Chrome环境,打开了调试模式,可以往chrome里自动化。
