I am pulling in several fields from excel and splitting the columns out to fields on a webpage. There is one of those split values that need to be pasted more than once - as in generating a password. What options do I have to get that value in two boxes. It will paste in the first cell, tab to the next cell but nothing happens. Eventually the wizard will move past that point.
Solved
Split command - paste value twice

Best answer by JJMedina
The information you are extracting from excel should be already split through the column and row delimiters, for then use the get array data advance command to define each column element (using the same column delimiter). And define each element as a variable.
If I understand correctly, and you are pulling your excel values into different values depending on the excel heading.
If you are targeting your application through the recorder:
- You can append new recording step clicking on the second box, and adding an input text advanced command with the variable you want to set, which will be the same of the previous step.
If you are targeting your application with HTML advance commands:
- You can insert a HTML set value advance command targeting the second box with the same previous variable.
I hope it helps.
Best.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.