I need to find search box and then need to enter the ID and search for it.
I have tried below code but getting error.
Search_Box= driver.find_element_by_xpath('//*[@id="search-field-76125600690"]')
Search_Box.send_keys('12345')
HTML Code for Search Box:
<input type="search" id="search-field-38582485921" placeholder="Search by Name or CRD#" maxlength="30" aria-label="Search by Name or CRD#">