我想用代理运行selenium。我正在使用这个命令:
.\java.exe -jar 'D:\Проекты\printscreen\selenium\selenium-2.33.0.jar' -Dhttp.proxyHost=127.0.0.1
但上面的命令不起作用。那么有人可以帮助我如何在selenium中运行/使用代理吗?
答案 0 :(得分:0)
尝试切换到jar的目录:
- cd D:\Проекты\printscreen\selenium\selenium-2.33.0.jar
然后用代理启动selenium jar:
java -jar selenium-server-standalone-2.25.0.jar -Dhttp.proxyHost=127.0.0.1
对我而言,它有效。见下图: