No connection could be made because the target machine actively refused it(selenium)

后端 未结 7 696
别那么骄傲
别那么骄傲 2021-02-07 00:59

I have extracted the following code from selenium IDE.(c# remote control)

using System;
using System.Text;
using System.Text.RegularExpressions;
using System.Thr         


        
相关标签:
7条回答
  • 2021-02-07 01:32

    "...the target machine actively refused it" means the server could be reached and responded within the timeout, but the specified port wasn't open. This can have several reasons, e.g. a local firewall blocking the connection. Are you sure the server is listening on the right IP/port?

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