You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using RPA.Windows for desktop automation, we are trying to find ways to get the toggle state of checkbox and act on UI accordingly.
We do not find any RPA.Windows keyword that provides this information.
Can you please let us know if we can have such keyword for checkbox control?
The text was updated successfully, but these errors were encountered:
Get Checkbox State
[Arguments] ${checkbox_locator}
${checkbox_control} = Get Element ${checkbox_locator}
${state} = Get Checkbox State Py ${checkbox_control.item}
RETURN ${state}
I am also looking for this functionality, can you please update once its implemented. @KamilSoko can you please give more details like library references n all
We are using RPA.Windows for desktop automation, we are trying to find ways to get the toggle state of checkbox and act on UI accordingly.
We do not find any RPA.Windows keyword that provides this information.
Can you please let us know if we can have such keyword for checkbox control?
The text was updated successfully, but these errors were encountered: