Greetings. I have tried to use UIA Viewer either in v1 or v2 to get at the status of the Zoom Mute/Unmute toggle button. References to others' attempts are below:
viewtopic.php?t=77105
https://github.com/oldjohngalt/ZoomStatus/blob/master/getZoomStatus.py
However, both ZoomEl.ElementFromPath("XXY0YY") from v2 UIA and el.WaitElementExist("ControlType=Pane",,2) or el.FindFirstBy("ControlType=Pane",,2) from the v1 UIAViewer return errors.
I would like to achieve the same goal as these guys (https://devforum.zoom.us/t/easiest-way-to-get-mute-status/18462/10), which is to query the status text of Zoom mic toggle button, so that I do not accidentally unmute it when it is already muted (i.e. getting the toggle "out-of-sync").
Any ideas would be much appreciated in advance!
viewtopic.php?t=77105
https://github.com/oldjohngalt/ZoomStatus/blob/master/getZoomStatus.py
However, both ZoomEl.ElementFromPath("XXY0YY") from v2 UIA and el.WaitElementExist("ControlType=Pane",,2) or el.FindFirstBy("ControlType=Pane",,2) from the v1 UIAViewer return errors.
I would like to achieve the same goal as these guys (https://devforum.zoom.us/t/easiest-way-to-get-mute-status/18462/10), which is to query the status text of Zoom mic toggle button, so that I do not accidentally unmute it when it is already muted (i.e. getting the toggle "out-of-sync").
Any ideas would be much appreciated in advance!
Statistics: Posted by dox — Today, 17:07