How to locate the First name field within shadow-root (open) within the website https://www.virustotal.com using Selenium and Python
问题 I am trying to automate process of sign up on virus total site and for this using selenium in python. But having a problem while getting element by id. i am stuck in this any help will be appreciated thanks. here is my code i am trying. from selenium import webdriver from selenium.webdriver.common.keys import Keys import time driver =webdriver.Chrome() driver.get('https://www.virustotal.com/gui/join-us') print(driver.title) search = driver.find_element_by_id("first_name") search.send_keys(