Im trying to click on audio button on a reCaptcha popup(see my photo) but i cannot, this is my code :
self.driver.switch_to.default_content()
all_frames = self.driver.find_elements_by_tag_name('iframe')
self.driver.switch_to.frame(all_frames[0])
self.driver.find_element_by_id('recaptcha-audio-button').click()