Click here for see the codeI'm learning python, but I don't know how to select this part, anyone help me?
I tried to select the cell with xpath and put the country but I don't know how to select it to assign the value
test = driver.find_element_by_xpath("//input[@type='search']")
test.send_keys('United States')
test.click()
that is what actually holds the element- . I think you are providing the XPATH to the IFRAME instead of the ul @BrianDaniel
– Oct 20 '21 at 18:41