0

我正在尝试在服务器端使用以下代码在 selenium 中启动远程驱动程序

DesiredCapabilities capability = DesiredCapabilities.Chrome();
Uri url = new Uri("http://www.globalcontactcentre.org:99/wd/hub");
IWebDriver site = new RemoteWebDriver(url, capability);

并使用以下字符串启动 selenium 服务器:java -jar F:\sawy\driver\selenium-server-standalone-3.5.0.jar -port 99

我已经允许通过防火墙中的端口 99 进行连接

但我仍然收到此错误客户端

意外的错误。System.Net.WebException:无法连接到远程服务器---> System.Net.Sockets.SocketException:无法建立连接,因为目标机器主动拒绝它 MY-IP:99 在 System.Net.Sockets.Socket .DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- 内部异常堆栈结束跟踪 --- 在 System.Net.HttpWebRequest.GetRequestStream() 的 System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)

甚至我也尝试过尝试捕获语句中的代码

4

0 回答 0