I am having trouble trying to automate selenium to go into the site settings and change the Insecure content drop down menu from blocked to allow. Every approach I take I get the error the element can not be found. There are 30 other drop-down menus and I believe aria labels to be the only reliable way to access the element. If there are any solutions whether it be with or without aria labels it would be much appreciated. Thanks in advance. Inspect Screen
I have tried CSS.SElECTOR, CLASS_NAME, ID, XPATH, & ARIA-LABELS nothing seems to work.
Ethan D is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2