I am using python and selenium automation to toggle a switch on chrome://extensions/ . On the top of the website, there is an toggle for developer mode, and I am trying to use
driver.find_element_by_id("knob").click()
however, this doesnt find the element named ID. Does anyone know how I might select the element to toggle Developer mode?