CTRL + V

Hello Community,

I have been trying to replicate the Paste Function trying this, ${KEY_CONTROL}V but it is not working any idea how could o paste from my clipboard to a text box within a page? Thanks

Thank you for the feedback. Are you trying to test the “paste” function on your page, or are you using “paste” to provide test data?

Alex said:

Thank you for the feedback. Are you trying to test the “paste” function on your page, or are you using “paste” to provide test data?

Im trying to use paste to provide test data, for example, i have an excel spreadsheet with the data i want to run, i copy from the cell, open up the web browser and start the test case i want it to be able to set my clipboard data on the webpage textbox, in this case trying to send the CTRL + V keyboard paste command.

I’m sorry currently we do not support getting data from the clipboard. However, we’ve added command “storeCsv” to read data from the CSV file. Usage: “storeCsv | data.csv,1,column_name | var_name”. Would this help solve your problem?