Given a webpage with three radio buttons. All of them having ID= "rose". What Il be result to below command when executed with Selenium Webdriver on the above radiobuttons?
• Command fails. NoSunchElementException
• Command Fails. MultipleMatchException
• Command Pass. All three radio button are clicked.
• Command Pass. First radio button got clicked.