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.
我正在尝试硒网络驱动程序。我正在测试 youtube 类的网站,我想点击视频播放器的播放按钮。视频是嵌入到 Flash 中的,所以如何访问播放、暂停按钮。
是否有任何其他库可用于在特定鼠标坐标处生成点击并允许我记录测试用例
我找到了 pymouse 库,它非常简单。