Код: Выделить всё
selenium.common.exceptions.NoSuchElementException:
Message: no such element: Unable to locate element:
{"method":"xpath","selector":"//*
[@id="rso"]/div[1]/div/div/div/div/div[1]/div/div/span/a/h3"}
(Session info: chrome=131.0.6778.86); For documentation on this
error, please visit:'
Код: Выделить всё
elif "google aç" in gelen_ses or "arama yap" in gelen_ses:
self.seslendirme("Ne açmamı istersiniz efendim?")
veri=self.ses_kayit()
self.seslendirme("Bulduklarımı size sunmak için açıyorum efendim.".format(veri))
url="https://www.google.com/search?q={}".format(veri)
tarayici=webdriver.Chrome()
tarayici.get(url)
buton=tarayici.find_element(By.XPATH,'//*[@id="rso"]/div[1]/div/div/div/div/div[1]/div/div/span/a/h3').click()
Подробнее здесь: https://stackoverflow.com/questions/792 ... gle-search