Kevin Moloney

Results 8 comments of Kevin Moloney

You mean by default it should be on, or I need to enable this myself somehow?

@anunay1 But that is for a self hosted agent right. It seems like from log from `winappdriver stop` that the driver never started. Is it installed by default on microsoft...

Yes so as I mentioned above I have that installed already and is in my yaml ``` - task: Windows Application Driver@0 inputs: OperationType: 'Start' AgentResolution: '1080p' - task: VSTest@2...

@Shakevg I am using Microsoft Hosted `windows-latest` which seems to be alias for `Windows Server 2019 with Visual Studio 2019`. I am not sure what you mean by pipeline via...

@anunay1 You mean like this ![image](https://user-images.githubusercontent.com/11753005/133231822-802a9dd3-3422-4f64-af5e-28b09a87de22.png) For the `winappdriver` I added using the UI but for others I have just edited the yaml and pushed my branch. As you can...

Instead of using the task provided by azure, I ran a powershell command to start driver: ``` - powershell: | start-process -NoNewWindow -FilePath 'C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe' -ArgumentList "4723"...

@anunay1 This is a microsoft hosted agent, so everything should be set up to run the driver automatically.