Forum Discussion

handanu's avatar
handanu
Contributor
4 years ago
Solved

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 advanc...
  • hkim5's avatar
    hkim5
    4 years ago

    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