siddu1415

Results 11 comments of siddu1415

yes, i am using Microsoft UI Automation framework to write scripts for windows based applications, but not able to access UWP application elements through UI Automation, looking for alternatives

To just minimize communication gap, i am writing scripts for attended process automation not testing automation for any single application, my attended automation solutions can be trigger through a standalone...

no i dont want use API, i want to explore above option,that more suitable for my requirment, if you have any sample code for this, could you please help me...

is there any possibility to use dll or WinAppDriver.exe in visual studio and access it's methods with out calling any api

also could you help with some sample code or starting point for this "all you have to do is build a framework that can communicate with its API"

no i am not aware of it, but no problem, i will do some work arounds based on your suggestions above

what is this driverurl addressin below sample code, is this the default windowsdriver port? private const string WindowsApplicationDriverUrl = "http://127.0.0.1:4723"; DesiredCapabilities appCapabilities = new DesiredCapabilities(); appCapabilities.SetCapability("app", CalculatorAppId); appCapabilities.SetCapability("deviceName", "WindowsPC"); session...

is it required any administrator permissions to listen reqeusts? i read somewhere that we need admin access

i am getting exception at this line session = new WindowsDriver(new Uri(WindowsApplicationDriverUrl), appCapabilities);