Im new on this coding stuff and im trying to access this search box from this website but i keep getting errors. When i try the same stuff on other websites it work but for some reason i cant do it here. https://shop.cummins.com/
This is the website:
This is my code:
driver = webdriver.Chrome(Browserpath)
website = "https://shop.cummins.com/"
driver.maximize_window()
driver.get(website)
CumminsSearch =driver.find_element_by_xpath("/html/body/div[3]/div[2]/div/div[1]/div/div/c-dbu_home-page-header/div/header/div/div/div[4]/c-dbu_custom-search/div/form/lightning-input[2]/div/input")
time.sleep(10)
CumminsSearch.send_keys("test")