Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当自动点击和击键时,我经常不得不等到按钮完成加载并变为可点击。据我所知,唯一的指标是光标的形状。在任何编程语言(最好是 Python)中,有没有办法判断它是否已从指针变为手?
您可以截屏,然后使用 PIL 图像库结合当前光标位置来找出鼠标的宽度。但是,如果有白色或黑色背景,它可能效果不佳。