我已经设置了php zendframework,selenium。运行selenium时,不会使用命令打开chrome浏览器:
/usr/bin/google-chrome --disable-background-networking --disable-client-side-phishing-detection --disable-component-update --disable-default-apps --disable-hang-monitor --disable-prompt-on-repost --disable-sync --disable-web-resources --enable-logging --ignore-certificate-errors --load-extension=/tmp/.com.google.Chrome.LVz3oS/internal --log-level=0 --metrics-recording-only --no-first-run --password-store=basic --remote-debugging-port=12953 --safebrowsing-disable-auto-update --safebrowsing-disable-download-protection --test-type=webdriver --use-mock-keychain --user-data-dir=/tmp/.com.google.Chrome.UenPqz
如果我删除此--load-extension=/tmp/.com.google.Chrome.LVz3oS/internal
,则只允许打开浏览器。它正在创建一个内部扩展,所以我该如何删除它。
答案 0 :(得分:1)
试试这个