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

后端 未结 7 697
别那么骄傲
别那么骄傲 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:11

    Make sure the remote machine on which scripts are to be run is up and working. Secondly make sure chrome driver and chrome is update on it. Lastly no firewall is blocking ur access to remote machine.

    PS: Manually close the selenium server and restart it.

提交回复
热议问题