0 votes
in Selenium by
Which method is used when you want to verify whether a certain check box, radio button, or option in a drop-down box is selected in Web driver Selenium

a) is_Selected()

b) isSelect()

c) isSelected()

d) is_Select()

1 Answer

0 votes
by
isSelected()
...