gpt4 book ai didi

python - 在 Python 中自动化 'enter' 键(在 Mac 上)

转载 作者:太空狗 更新时间:2023-10-30 01:35:16 24 4
gpt4 key购买 nike

我正在为应用程序创建测试自动化。我正在使用测试工具进行大部分测试,但为了达到这一点,我首先需要在 Python 中自动执行一次“输入”键单击。我使用的是 mac,所以 pywin32 不可用。有什么建议吗?

最佳答案

Appscript使这很容易:

from appscript import app
app('System Events').keystroke('\r')

这会将击键发送到前面的任何应用程序。

关于python - 在 Python 中自动化 'enter' 键(在 Mac 上),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6392326/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com