开发者

Using Selenium IDE

开发者 https://www.devze.com 2023-03-05 06:51 出处:网络
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 con

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, c开发者_如何学JAVAould that help with doing highlight and then Ctrl+C?


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
0

精彩评论

暂无评论...
验证码 换一张
取 消