Hi,
When I try to use WebUI.setText() in a mobile test Katalon ignores all the double quotes in the string.
I have for example the following script that fills a textfield with a double quote:
WebUI.openBrowser(‘ww.url.com’)
WebUI.setText(findTestObject(‘place/of/text/field/object’), ’ " ')
When I execute this using an Android device the textfield in left empty. When I execute this script on a Windows Chrome instance however, this script fills in a double quote (") in the textfield.
OS: Windows 10 Business
Android: Android 9
Katalon: 8.3.0 build 208
Can anyone help me with this problem?
Thanks!