使用 Selenium IDE

发布于 2024-11-06 20:48:19 字数 116 浏览 0 评论 0原文

有没有办法使用 IDE 进行复制和粘贴?我知道 Selenium RC 和 WebDriver 有更多功能,但我想使用 IDE 来实现。我还注意到有一个突出显示和控制键命令,这可以帮助突出显示然后按 Ctrl+C 吗?

Is there anyway to do copy and paste using the IDE? I know that the Selenium RC and WebDriver have more functionality but I wanted to do it with the IDE. I also noticed that there is a highlight and controlkey commands, could that help with doing highlight and then Ctrl+C?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

咽泪装欢 2024-11-13 20:48:19

这个对我有用

1- 
Command = Store
Target = stuff you want to paste
Value = Var

2- 

Command = sendkeys
Target = id for area where u wana paste
Value = ${Var}

3- 

Command = Fireevent
Target = id for area where u wanna paste
Value = paste

this one worked for me

1- 
Command = Store
Target = stuff you want to paste
Value = Var

2- 

Command = sendkeys
Target = id for area where u wana paste
Value = ${Var}

3- 

Command = Fireevent
Target = id for area where u wanna paste
Value = paste
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文