Raviteja
Raviteja
@Shakevg When the application is started in local server and we are sending the commands using AWS SSM to execute automation using WinAppDriver. Now after adding the fallback mentioned in...
@Shakevg When I checked the Windows Application Driver logs, it shows that Driver was created successfully, but when trying to add username to the application it gives 200 but when...
> Is the login window a window created using winforms, WPF, UWP or the Microsoft authentication. Please also check if the username window is part of the same UI tree...
> Can you check > > https://community.fortra.com/kb-nav/kb-article/?id=548d72cc-68c3-eb11-bacc-000d3a1fe4c0&redirect=false > > Also have a look at [#147](https://github.com/microsoft/WinAppDriver/issues/147) I have made the changes in the registry of windows EC2 as per section `Configuration...
> The error is very clear. Set value method is not supported. Use send keys instead  I have used send keys only still it is giving the same error,...
> I have worked on azure VM and it works fine. Not sure about ec2 better ask support from AWS. Also how do you know if the application is even...
@anunay1 I have made some changes and I have added CLI command `Start-Process 'tscon' -ArgumentList 'rdp-tcp#0 /dest:console' -Verb runAs` to attach console After making this change before login it is...
I got way to run the WinAppDriver, I have added CLI command `Start-Process 'tscon' -ArgumentList 'rdp-tcp#0 /dest:console' -Verb runAs` to attach console of my application. But with tscon, at times...