I created a prompt in selenium IDE by using:
Command : storeEval
Target : prompt("please enter code");
Value : test
How can I return this code and use it further in the IDE? e.g. writing it to a specific input field.
I just want the code to wait until it receives the return value from the prompt and then use that value to insert it to a specific field.