I am using robotframework to automate a simple task on Microsoft Teams. It opens the application but do not interact with it like finding element or click on any element.
I go deep down further and found that it is not the problem with others as I have checked one more desktop application (not any microsoft product).
I have checked the locator as well using accessibility insights.
Here is my robotframework code.
`TEAMS
${Teams app} Control Window “Arun Mayal Sharma | Microsoft Teams classic, Main Window”
Control Window ${Teams app}
${Teams bar} RPA.Windows.Get Element id:app-bar-2a84919f-59d8-4441-a975-2a8c2643b741
Log To Console “The teams bar” ${Teams bar}`
Please refer to the screenshot of the found locator.
enter image description here
The particular issue that I have faced is ElementNotFound Exception. I have tried to click or find element as shown in the above picture but do not succeed.
Please assist me to check with any other locator strategy.
Thanks in advance!!
radhe shyam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.