Hello, is it possible to read a text from screen, store it in a variable and save to an excel?
In order to read a text from screen and store in a variable, you can use WebUI.getText(). Refer to
Katalon Studio does not provide a built-in easy-to-use feature of creating Excel file and write anonimous data into *.xls
But if you are willing to write some lines of code in your test case in Groovy, yes, it is possible.
Refer to
1 Like