Python 无法从节点连接读取描述符:连接到系统的设备不工作

Python 无法从节点连接读取描述符:连接到系统的设备不工作,python,selenium,selenium-webdriver,bdd,python-behave,Python,Selenium,Selenium Webdriver,Bdd,Python Behave,我在执行此方法时遇到此错误- 无法从节点连接读取描述符:连接到系统的设备不工作。 这是我的步骤定义- @given("open the site") def step_impl(context): go_to_url(getConfig()['URL']['site']) 如果我试图直接使用web驱动程序,那么它工作正常,但在这个配置中显示了一个错误 @given("open the site") def step_impl(context

我在执行此方法时遇到此错误- 无法从节点连接读取描述符:连接到系统的设备不工作。

这是我的步骤定义-

@given("open the site")
def step_impl(context):
      go_to_url(getConfig()['URL']['site'])
如果我试图直接使用web驱动程序,那么它工作正常,但在这个配置中显示了一个错误

@given("open the site")
def step_impl(context):
      go_to_url(getConfig()['URL']['site'])