Challenge 07 (December 21) : Using Selenium Python, fetch the value of Radio Button by leveraging the find_element method

unnamed (19)

#LambdaTestCodingChallenge #CodeFestDec2021

1 Like

D. because name can be one of the unique locators and, get_attribute(‘value’) is the right way to get the value of radio button element

1 Like