Hello everybody. I'm trying to use the port of Protractor on .NET-platform for Kibana UI-testing, because Kibana is built with AngularJS.
Does anybody have some experience with this? I can't even make a helloworld app.
If I'm trying to start from something like this
var ngDriver = new NgWebDriver(driver);
ngDriver.Navigate().GoToUrl("http://xxxxxxxxx.com:5601/#/dashboard?_g=()");
I just receive the error:
and don't know what to do with this and how to go further.
Can somebody help with this?
When I apply Protractor.net for other pages containing angularjs on the internet - it works fine and I can interact with UI-controls. I'm using IE 11 everywhere. Can it be due to require.js?