Home > OS >  Selenium unable to locate the element
Selenium unable to locate the element

Time:11-30

I keep getting the error that says:

selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[2]/div/div/div/div[2]/div/div/div/div[2]/div/div/form/input"}

I am working on this website, enter image description here

CodePudding user response:

try copying 'full xpath' and place it instead of xpath

search_bar = driver.find_element_by_xpath('

CodePudding user response:

To send a character sequence to the search field you need to induce igashop_Japan

  • Related