furkan6116 / instagram-ULTRAbroker-old-

Güncellenmiş Üst Düzey İnstagram Güvenlik Önlemlerine Karşı Geliştirilmiş Sonsuz Hesap Oluşturma Scripti (Python)
MIT License
7 stars 5 forks source link

Sorun #1

Closed Galerici closed 4 years ago

Galerici commented 4 years ago

Traceback (most recent call last): File "bot.py", line 9, in tempchrome = webdriver.Chrome(options=tempmailoptions) TypeError: init() got an unexpected keyword argument 'options'

furkan6116 commented 4 years ago

selenium documentlerine girerseniz daha detaylı bilgi bulabilirsiniz.

driver = webdriver.Chrome('/path/to/chromedriver') # Optional argument, if not specified will search path.

eğer chromedriver path'da yoksa driverin yerini ayrı bir parametre ile options parametresinden önce belirtmen gerekir.

Galerici commented 4 years ago

dediğiniz her şeyi yaptım şimdide bu hatayı veriyor

Traceback (most recent call last): File "bot.py", line 12, in tempchrome.find_element_by_xpath("/html/body/div/main/div/div[2]/div[1]/div[1]/fieldset/div[9]/input").click() File "C:\Users\bergo\AppData\Roaming\Python\Python38\site-packages\selenium\webdriver\remote\webdriver.py", line 385, in find_element_by_xpath return self.find_element(by=By.XPATH, value=xpath) File "C:\Users\bergo\AppData\Roaming\Python\Python38\site-packages\selenium\webdriver\remote\webdriver.py", line 953, in find_element return self.execute(Command.FIND_ELEMENT, { File "C:\Users\bergo\AppData\Roaming\Python\Python38\site-packages\selenium\webdriver\remote\webdriver.py", line 312, in execute self.error_handler.check_response(response) File "C:\Users\bergo\AppData\Roaming\Python\Python38\site-packages\selenium\webdriver\remote\errorhandler.py", line 237, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div/main/div/div[2]/div[1]/div[1]/fieldset/div[9]/input"}

furkan6116 commented 4 years ago

kullandığım temp mail servisi scripti yazdıktan 1 gün sonra ui sinde değişim yaptı hal böyle olunca script ona uyumlu kalmadı. biraz uğraşırsan düzeltebilirsin. artık instagram ile işim kalmadı diye düzeltmedim scripti.

Galerici commented 4 years ago

tamamdır teşekkürler.