Hello everyone,
I would like to use the register:capture tool to know if a checkbox is checked or not.
I can perfectly do a left click that will switch it status, but how to get its current status ?
Does anyone have a clue ?
Hello everyone,
I would like to use the register:capture tool to know if a checkbox is checked or not.
I can perfectly do a left click that will switch it status, but how to get its current status ?
Does anyone have a clue ?
Hi
To determine the current status of a checkbox using Automation Anywhere A360, you can use the Capture action to interact with the checkbox and then use the If/Else condition to check its status. Here’s a step-by-step guide:
Capture the Checkbox:
Get the Checkbox Status:
checked
property.Use If/Else Condition:
checked
property.checked
property is true
, the checkbox is checked. If it is false
, the checkbox is unchecked.Here’s a sample workflow:
Capture Action:
Get Property Action:
checked
property to retrieve its value.If/Else Condition:
checked
property.checked
is true
, perform actions for a checked checkbox.checked
is false
, perform actions for an unchecked checkbox.
If these steps help you resolve the problem, please mark it as answered. If you need further assistance or have other questions, feel free to ask!
Hi
checked
propertyThere is no “checked” property in the Recorder:Capture component.
Could you send me a screenshot of the component having that property ?
Hi
Hi
It is a customer website, so I fear it is not possible to share a screenshot of it.
But it is the same here : https://materializecss.com/radio-buttons.html
The only parameter that could work is “States”, but not all websites use it
Hi
It’s working with JavaScript. Refer the attached screenshot.
I have found another way : using the Image Recognition package and compare with a screenshot of the same page, with ( or without ) the box checked.
Needless to say, being able to get the information with the recorder:capture package would be better
Hi
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.