I am unable to run the code
capabilities.setCapability("app", "C:\\Windows\\System32\\calc.exe");
CalculatorSession = new IOSDriver(new URL("http://127.0.0.1:4723"), capabilities);
this code opens the calculator app but it say IOSDriver is wrong
I changed just two lines of the code
Software: Java, Eclipse, WinappDriver
I am automating Windows application in Windows 10
I solved the above problem updating the driver manual rather than taking the auto-suggestion version in maven