selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div/div[1]/section/section/div[1]/div[2]/div[1]"}
driver.find_element_by_xpath("/html/body/div/div[1]/section/section/div[1]/div[2]/div[1]").click()
P = subprocess.Popen("ffmpeg -f gdigrab -framerate ntsc -video_size 1920x1080 -i desktop -f dshow -i audio=""@device_cm_{33D9A762-90C8-11D0-BD43-00A0C911CE86}\wave_{9C18FEC6-11C8-4EA9-B1F1-0BD9A491C5F5}"" -vcodec libx264 -pix_fmt yuv420p -preset ultrafast -t 00:00:5 google1.mp4", text=True, shell=True)