机器人框架 - 使用系统代理运行Chrome

时间:2018-04-24 13:10:26

标签: selenium proxy selenium-chromedriver robotframework

好的,所以我得到了这段代码:

*** Variables ***
${URL_BASE}       www.google.com
${field}          //*[@id="lst-ib"]
${text}           selenium
${buttonSearch}    //*[@id="tsf"]/div[2]/div[3]/center/input[1]
${ResultSearchLink1}    //*[@id="rso"]/div[1]/div/div/div/div/h3/a

*** Test Cases ***
init
Set global variable    ${URL_BASE}    http://www.google.fr

google
open browser    http://www.google.com    Chrome    desired_capabilities=proxyType:manual,httpProxy:http://proxy1.proj.aql.fr:3128

运行关键字“Open Browser To Google”后,firefox会打开,甚至无法打开网址。

我收到错误:ERR_PROXY_CONNEXION_FAILED

如何配置使用代理打开浏览器?

0 个答案:

没有答案