Trying to fill out the form of a site and not matter what it can't find the element. I looked to see if maybe it was an iframe issue but I don't think so.
# For Browser 1
browser1 = webdriver.Chrome(options=opts, service=Service(ChromeDriverManager().install()))
browser1.get("https://www.msg.com/ufc-295/")
browser1.implicitly_wait(2)
first_name = browser1.find_element(By.ID, "field147946152-first")
last_name = browser1.find_element(By.ID, "field147946152-last")
email = browser1.find_element(By.ID, "field147946153")
submit = browser1.find_element(By.ID, "fsSubmitButton5363561")
HTML code of the fields (looks terrible when I copy the html from inspect) so I will add an image.
Link if needed: https://www.msg.com/ufc-295/