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

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

    For me, this problem was solved by changing settings within Chrome, as follows:

    • go into Chrome Menu Settings (three vertical dots / hamburger menu)
    • scroll down to Advanced, and expand it
    • System > Open Proxy Settings
    • UN-check "Automatically Detect Settings"

提交回复
热议问题