anilr945

Results 8 comments of anilr945

Yes, I gave the correct path and it is launching the application. And, I am getting the title of the application as well. This means that session is created successfully....

POST /session/09551C9F-CF20-4C2B-A900-F17D2483F9D8/element HTTP/1.1 Accept: application/json, image/png Content-Length: 45 Content-Type: application/json;charset=utf-8 Host: 127.0.0.1:4723 {"using":"accessibility id","value":"TxtPwd"} HTTP/1.1 404 Not Found Content-Length: 139 Content-Type: application/json {"status":7,"value":{"error":"no such element","message":"An element could not be located...

The same thing is happening with Calculator application also. Not able to automate the number clicks. Please see below: var aAppiumOptions = new AppiumOptions(); aAppiumOptions.AddAdditionalCapability("app", "Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"); aAppiumOptions.AddAdditionalCapability("deviceName", "WindowsPC"); var Session...

> Dude you are confused between name and AccessibilityId, you are using name with accessibility which will never work. This is the correct code. > [TestMethod] > public void Calculator()...

> > Dude you are confused between name and AccessibilityId, you are using name with accessibility which will never work. This is the correct code. > > [TestMethod] > >...