We have a keyword only to check if a group of radio buttons are selected or not.
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
To post to this group, send email to robotframework-users@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
Yes Aalto. I tried it. Its not doing what's required. In Selenium Python bindings we have a method for this named " is_selected() ". Kindly implement it. Let me know if i have to raise a bug in git.
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
To post to this group, send email to robotframework-users@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "robotframework-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robotframework-users/T5BjpDYPSYI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robotframework-u...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "robotframework-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robotframework-users/T5BjpDYPSYI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robotframework-u...@googlegroups.com.
We have a keyword only to check if a group of radio buttons are selected or not.
--
Open Browser file:///C:/Users/Mannish%20Kumar/Desktop/test.html edge
Select Radio Button answer yes
Radio Button Should Be Set To answer yes
Sleep 15
Log Output
10:08:06.241 FAIL Selection of radio button 'answer' should have been 'yes' but was 'on'.
Also, If I take it further and I want to check if the other radio button under same group with id "no" is not selected with "Radio Button Should Not Be Selected" Keyword then I can't check. The keyword will only check and return true if none of the Radio buttons under a group are selected.
I even tried using the Keywords related to Checkbox as suggested here in the discussion but none of them helped me.