I am using Microsoft's inspect tool to view Uiobject properties like name, automationid.but none of the uiobjects are visible in the inspect tool.
Is there any way to automate teams app?
I am using Microsoft's inspect tool to view Uiobject properties like name, automationid.but none of the uiobjects are visible in the inspect tool.
Is there any way to automate teams app?
The Teams App is simply a Window with a browser in it. This most likely is why you don’t see anything. No windows forms, no WPF or any MS tech it’s Chromium based.
As you use the word Automation I’m going to guess you are looking for a way to create code which automates the Teams App, like you do in for example office or you could do with MS Communicator. You could code to start a call and the UI would do it. Simple answer here is you cannot And it’s intentional so you probably never will. MS want you to build web based add ins like the successful web add ins for office 365 :-).