ContributionsMost RecentMost LikesSolutionsUnable to auto-login to Azure Agent Hi Community, I am using a self-hosted agent and I am triggering runs through a pipeline. I have setup the auto-logon/ Interactive mode in the agent. I am currently manually logging into the agent and then triggering the pipeline. and then in the pipeline disabling the user session and things are working as expected. My requirement is to auto-login to the Agent so that session would be opened after triggering the pipeline and then disable the user session which i already have in the pipeline.. I've seen in the smartbear tutorial the below info, An interactive user session must be opened on your test agent. You can open the session manually, or, if you use Team Foundation Server 2018 or later, you can configure your agent to run with the auto-logon enabled to open the session automatically when it starts. You enable the auto-logon when you configure your agent. To learn about configuring agents, see docs.microsoft.com/en-us/azure/devops/pipelines/agents/. Can someone help me with this. Thanks & Regards, Nandini Re: mht files are by default opening in Edge browser and its blank After doing the below setting as per screenshot, need to perform an additional setting too, Navigate to edge://flags in the MS Edge address bar and then search for "motw" and disable the option: Try opening .mht file and it works: mht files are by default opening in Edge browser and its blank Hi Community, Since today morning I've observed that Testcomplete results .mht files are by default opening in edge browser instead of IE and the page is completely blank. I've gone through some forums and did the below changes but nothing worked. Can someone help us on this please. SolvedRe: Not able to auto-login to the self hosted agent when a pipeline is triggered Login to the VM Re: Not able to auto-login to the self hosted agent when a pipeline is triggered Hi Raghvani, Our self hosted agent is not getting locked at all. Issue is, its not getting logged in while triggering the pipeline. Not able to auto-login to the self hosted agent when a pipeline is triggered Hi Community, I have a pipeline to run regression in the self hosted agent which is launched as an interactive process. To disconnect from the Agent and for the session to remain active, I've created a batch file to disable the user session and below is how my pipeline looks which is working fine: But, here the issue is each time I've to manually login to the Agent and then trigger the pipeline for execution. Can we auto-login to the agent without entering the credentials manually by triggering the pipeline? I was expecting Auto-login feature is designed to match this criteria but not sure how it works. Actual: I login to Self hosted agent manually each time and then trigger the pipeline.....this is working. Expected: Trigger the pipeline, User should directly be logged into the agent without manual interaction and rest is same as above Re: TestComplete Test Adapter (v15.53.9) issues running tests in DevOps I didn't do any changes and it worked now. Previously, Test Execute didn't get installed properly. Now, When I triggered the job....it got installed and working now Re: TestComplete Test Adapter (v15.53.9) issues running tests in DevOps I tried today after the Test adapter version is released. Now, I am getting a different error. It says, TE should be updated. But I've checked the Install and Update Test runner options in the build. Am I missing out anything here? Re: TestComplete Test Adapter (v15.53.9) issues running tests in DevOps Hi, We're also seeing same issue while running our tests today. It was working fine a couple of days ago and I am getting this error while running today. Facing issues while working with iframes Hi Community, I have to interact with an element which is present in iframe(Download icon in PDF file) I've launched chrome with the code below: Chrome was launched but I am still not able to access the inside elements. Can someone please help me out! Regards, Nandini.