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
`${is_checkbox_selected} RUN KEYWORD AND RETURN STATUS EXECUTE JAVASCRIPT document.getElementById('${key}').checked
LOG TO CONSOLE ${key} = ${is_checkbox_selected}
${actual_checkbox} RUN KEYWORD IF '${is_checkbox_selected}' == 'False' SET VARIABLE Inactive
... ELSE IF '${is_checkbox_selected}' == 'True' SET VARIABLE Active
SET TO DICTIONARY ${actual holder} ${key} ${actual_checkbox}
LOG TO CONSOLE ${actual_checkbox}`
The result is not consistent and even the radio button is not selected it returns true, Hope this will be fixed as I need to use it on my testing.
The text was updated successfully, but these errors were encountered: