handanu
5 years agoContributor
How to store textbox value
Hi,
I want to copy a value (from textbox which is readonly and couldn't be copied with mouse or keyboard) and paste to another textbox on the second tab.
How do I achieve that?
Thanks in advance
drag and drop the set variable operation into your keyword test workspace, create a new variable, select object property, and select the object property of the desired object
then use either call object method or on screen action operation in order to select the textbox to input into, then use the keys or settext operation, then refer to the variable created above as the input value