It seems there are some changes in R2025. getWebWindow() gives following error:
Unrecognized field name "CEF".
Error in ([line 363])
hWin = struct(hController.PlatformHost).CEF;
I used to use:
cefWindowList = matlab.internal.webwindowmanager.instance.windowList;
but now it does not contain those instances for uifigure anymore.