How to Handle Textbox Checkbox and Radio Button


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/tutorials/handle_textbox_checkbox_radio_button.html

To anyone else without programming experience, be aware that you can’t copy and paste this line into your script:

<strong>def</strong> userName = 'katalon'

The tag will result in a token error.

This is likely obvious to most, but I have almost no programming experience. I’ve been mostly using Record and Playback. But that is limiting, so I have started simple script editing and I often copy, paste and edit from tutorials.