简体   繁体   中英

Using Selenium IDE

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM