
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-06-25 08:18 AM - edited 2023-06-25 08:41 AM
I'm trying to automate Zoom launching process with python in Windows 11, and I noticed a popup that said update was required before joining a conference that I think looked like this:
What is the window class name for this popup? I closed down the popup because the conference had already started before getting the name. Now I can't reproduce this popup. If any of you are familiar, I need the output of win32gui.GetClassName(win32gui.FindWindow(None, 'Update Required'))
EDIT:
On the second thought, I think I want to reproduce this situation. Can anyone tell me how to do so as of today?
Solved! Go to Solution.
- Topics:
-
Other

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-06-30 02:14 AM
ZPForceUpdateWnd

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-06-30 02:14 AM
ZPForceUpdateWnd

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-06-30 06:13 AM
LOL there is another popup that does the actual installation. Now I need that one

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-06-30 07:02 AM
CZPUpdateWndCls then `zoom.us Installer Engine`
