I'm new to Selenium, and I'm wondering how to locate the element highlighted in this image:
Here's what I've tried, but I get the error message below:
create_a_detector_btn = wait.until(EC.presence_of_element_located((By.CSS_SELECTOR,"..)))
unknown error: cannot focus element
