try with CSS Selector
search = driver.find_element(By.CSS_SELECTOR, '[aria-label="Search"]') search.click()
in XPath you may to have too many interactions with other paths which can be dynamically