yin kaisheng
yin kaisheng
I also found this issue. I found another PyQt5 tabbed browser that can handle target="_blank" links. It'll open a link in a new tab if the link has target="_blank". https://github.com/qutebrowser/qutebrowser...
可能和#30 是一个问题。
使用ComboBoxControl.Select(), 下拉后的弹出窗口有可能是ComboBoxControl的子窗口,有可能是单独的独立窗口(Desktop的子窗口),这个弹出窗口一般是ListControl。 看看Select内部是怎么实现的。 如果Select不支持,可能就没法选择了。
如果以管理员权限运行还是报这个错误,应该没有解决方法,uiautomation调用系统API,但是系统API内部报错了。
Sorry, I have no idea about Azure VM and have not used it.
应该是系统API卡住了,uiautomation调用系统API返回后才检查是否超时,如果系统API本身耗时就超过设置的超时,是没有办法的。 另外是不是Windows 11系统? 我电脑最近升级Windows 11后,发现auto.GetRootControl().GetFirstChildControl()会耗时60秒,可能需要等待系统升级解决。
没有方法,除非Qt修改支持。
QT本身支持