Hi im trying to Verify Mobile Object whether it is checked or not using keyword
Mobile.verifyElementChecked but the object captured with the following attributes
i tried capturing the radio button when it is checked but the attributes is still the same (like the above) , im assuming the attributes ‘checked’ or ‘selected’ is the indicator for checked button ? What else can be done to verify radio button is checked or not?
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!
Thanks @grylion54 thanks for the solution but however all the attributes whether the radio button is checked or not checked its the same no difference (i mean the name: checked value: false) no value captured as true when the radio button is clicked upon.