search_btn=driver.find_element_by_xpath('//*[@id="root"]/div[3]/div[2]/section[2]/div[3]/a[2]/i')[1]
search_btn.click() -> **This step is throwing error**
Resulting error :
NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//*[@id="root"]/div[3]/div[2]/section[2]/div[3]/a[2]/i"}
(Session info: chrome=88.0.4324.150)