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.
我的工作是在黄瓜水豚和硒 webdriver 上开发的框架。在我的一个步骤定义中,我使用 curl 命令获取代码,在下一步定义中我必须输入密码。使用 curl 命令的步骤定义正在获取代码,但下一步定义失败,因为它无法输入给出以下错误的密码
“发送键事件失败:事件详细信息:类型 3 键码 13;未修改的文本:,修改的文本:,修饰符:0”
提前致谢
密钥代码 13 是Enter密钥。在将其作为密码提交之前,您可能需要空格命令strip的结果。curl
Enter
strip
curl