В настоящее время используется Visual Studio-2017 и установленный веб-драйвер Appium.При подготовке кода для калькулятора Windows получаю ниже Ошибка:
An exception with a null response was thrown sending an HTTP request to the remote WebDriver server for URL http://10.206.8.232:169/wd/hub/session. The status of the exception was ServerProtocolViolation, and the message was: The server committed a protocol violation.
В строке:
RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://10.245.12.81:139/wd/hub"), caps);
Я ожидал открыть калькулятор Windows и выполнить действие.