I have an issue want to ask in here. I have a textbox and I want to input a string into, after that, I want to get the string in the text box and compare with string I just using.
For e.g:
text = '123456789abcde'
WebUI.setText(findTestObject('my-testob'), test)
WebUI.getText(findTestObject('my-testob')
it still get text is ββ because it not submit to anywhere
text = '123456789abcde'
WebUI.setText(findTestObject('my-testob'), test)
String value = WebUI.getAttribute(findTestObject('my-testob'), "value")
WebUI.comment("value=${value}") // will show "123456789abcde"
Thank you very much for your topic! It may take a little while before Katalon team member or others forum members respond to you.
In the meantime, you can double-check your post to see if you can add any extra information i.e. error logs, HTML codes, screenshots, etc. Check out this posting guide to help us help you better!