How can i use data from Get text?

Looking for get text from one site (text will be different everytime
) and then input it in a field in other site (using Set text i think). What i need to do?

Hello,

you need to save the text to some variable and use it in other keyword.

String myText = WebUI.getText(testobject)...WebUI.setText(testobject2, myText)
1 Like