Python-UIAutomation-for-Windows icon indicating copy to clipboard operation
Python-UIAutomation-for-Windows copied to clipboard

notepadWindow.SetTopmost(True) 这个方法为什么没有任何效果呢?

Open haiqintang opened this issue 1 year ago • 1 comments

介绍的记事本例子中这条语句似乎只会产生一点延迟,删了也不影响。另外我自己测试也不能让窗口置顶,只能改用notepadWindow.SwitchToThisWindow()

haiqintang avatar Feb 01 '24 15:02 haiqintang

我也发现SetTopmost没什么效果,SwitchToThisWindow有效

redstoneleo avatar Apr 25 '24 08:04 redstoneleo