WinWaitActive till Chrome Extension pops out

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
newcod3r
Posts: 505
Joined: 30 Sep 2021, 02:16

WinWaitActive till Chrome Extension pops out

Post by newcod3r » 15 May 2022, 23:41

I want to execute code only when any chrome extension pops out.

There is NO wintitle at all, while the other identifiers are the same as any Chrome window.

All the posts I searched did not give an idea of how I can search for a blank wintitle (NOTE this is different from just using ahk_class chrome, because any other tab will have a wintitle).

Any idea how I can do this?

BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: WinWaitActive till Chrome Extension pops out

Post by BoBo » 16 May 2022, 01:12

ACC.ahk is providing which chrome extensions elements are displayed/listed in a Chrome session.
No idea if it will capture an extensions element at runtime (but I guess so). What extension are you especially interested in?

Btw, congrats to your 333 posting :thumbup:

newcod3r
Posts: 505
Joined: 30 Sep 2021, 02:16

Re: WinWaitActive till Chrome Extension pops out

Post by newcod3r » 16 May 2022, 03:27

BoBo wrote:
16 May 2022, 01:12
ACC.ahk is providing which chrome extensions elements are displayed/listed in a Chrome session.
No idea if it will capture an extensions element at runtime (but I guess so). What extension are you especially interested in?

Btw, congrats to your 333 posting :thumbup:
Hi,

I'm interested in Bitwarden, Pushbullet and Checker Plus for Google Calendar for now.

Thank you so much! S

BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: WinWaitActive till Chrome Extension pops out

Post by BoBo » 16 May 2022, 06:19

I've used JEE_accGetTextAll() to detect Pocket's Chrome extension pop up "window", means, its bunch of window elements.
So Acc.ahk (the mentioned functions core) is able to extract data to detect this kind of window. HTH
Attachments
accPocket.png
accPocket.png (93.06 KiB) Viewed 286 times

Post Reply

Return to “Ask for Help (v1)”