Selenium abotring with “UnreachableBrowserException/Address already in use” occurring on one computer

前端 未结 1 498
借酒劲吻你
借酒劲吻你 2021-02-09 11:31

I have a java webdriver driven selenium execution which does a loop over a list to enter different infomation into a textbox and sending it using the FirefoxDriver.

On o

相关标签:
1条回答
  • 2021-02-09 12:13

    It sounds like you are running out of ephemeral ports since you are iterating over and over. The default maximum number of ephemeral TCP ports is 5000 in windows XP. Try increasing the limit as per the resolution in Microsoft KB article here. Restart the machine. This solution has worked for me.

    0 讨论(0)
提交回复
热议问题