Selenium Unable to Interact with Taskpane Elements in Outlook Add-in
I’m using Selenium and Chrome WebDriver to automate UI testing for a taskpane-based Outlook add-in. While Selenium can interact with the main Outlook web app, it fails to locate or interact with elements inside the taskpane when opened. This issue prevents me from retrieving element properties (e.g., textContent, innerHTML) and running automated UI tests.