如何将IEDriverServer与Robotframework一起使用?

时间:2019-04-03 12:01:55

标签: internet-explorer robotframework

我在Windows 7上使用Git Bash,并且希望通过IEDriverServer运行Robotframework。

在运行之前,我要进行以下设置:

export PATH=$PATH:"/c/workspace/drivers/"

我的Robotframework conf:

Set Environment Variable    no_proxy    127.0.0.1
Set Environment Variable    webdriver.ie.driver  IEDriverServer.exe
Open Browser    ${MY_APP_URL}    ie

但是我有这个错误:

$ robot tests/5000-foo/5001*.robot
==============================================================================
5001-Search
==============================================================================
foo Home Page - search foo                                           IE_local
InitIE local
| FAIL |
Setup failed:
ProtocolError: ('Connection aborted.', ConnectionResetError(10054, 'Une connexion existante a d¦ ¦tre ferm¦e par l¦h¦te distant', None, 10054, None))
------------------------------------------------------------------------------
5001-Search                                                           | FAIL |
1 critical tests, 0 passed, 1 failed
1 tests total, 0 passed, 1 failed
==============================================================================

0 个答案:

没有答案