I am trying using AutoItX and Selenium to interact with a Chrome extension. User opens Chrome and navigates to a page. At some point a Chrome extension opens. I want to perform some actions with AutoItX, but I cannot detect the extension opening, my code times out :
AutoItX.WinWait("", "", 10);
I'm not sure how to find the window name.