• 12-01-2023, 02:01:02
    #1
    Bir hata var ama ne çözemedim. Bilginiz varsa yardımcı olursanız sevinirim. Teşekkürler.

    INFO:WDM:====== WebDriver manager ======
    INFO:WDM:Get LATEST chromedriver version for google-chrome 109.0.5414
    INFO:WDM:Driver [C:\Users\Administrator\.wdm\drivers\chromedriver\win32\109.0.5414\chromedriver.exe] found in cache
    [0112/015754.011:ERROR:network_change_notifier_win.cc(224)] WSALookupServiceBegin failed with: 0
    
    DevTools listening on ws://127.0.0.1:50135/devtools/browser/2803760e-e64f-4b46-a902-d9656b84e957
    [0112/015754.120:ERROR:network_change_notifier_win.cc(224)] WSALookupServiceBegin failed with: 0
    Waiting implicitly...
    Error: Message: element not interactable
      (Session info: headless chrome=109.0.5414.75)
    Stacktrace:
    Backtrace:
            (No symbol) [0x00266643]
            (No symbol) [0x001FBE21]
            (No symbol) [0x000FD960]
            (No symbol) [0x0012C3BE]
            (No symbol) [0x0012B7AB]
            (No symbol) [0x0014FD7C]
            (No symbol) [0x0012641F]
            (No symbol) [0x001500D4]
            (No symbol) [0x00166B09]
            (No symbol) [0x0014FB76]
            (No symbol) [0x001249C1]
            (No symbol) [0x00125E5D]
            GetHandleVerifier [0x004DA142+2497106]
            GetHandleVerifier [0x005085D3+2686691]
            GetHandleVerifier [0x0050BB9C+2700460]
            GetHandleVerifier [0x00313B10+635936]
            (No symbol) [0x00204A1F]
            (No symbol) [0x0020A418]
            (No symbol) [0x0020A505]
            (No symbol) [0x0021508B]
            BaseThreadInitThunk [0x76ABFE09+25]
            RtlGetAppContainerNamedObjectPath [0x77C6607D+237]
            RtlGetAppContainerNamedObjectPath [0x77C6604D+189]
            (No symbol) [0x00000000]
    import random
    import sys
    import os
    import time
    
    from selenium import webdriver
    from selenium.webdriver.common.by import By
    from selenium.webdriver.chrome.service import Service
    # try:
    from webdriver_manager.chrome import ChromeDriverManager
    # except:
    #     os.systemm('pip install webdriver-manager==3.8.3')
    #     from webdriver_manager.chrome import ChromeDriverManager
    from selenium.webdriver.chrome.options import Options
    import logging
    from selenium.webdriver.remote.remote_connection import LOGGER
    LOGGER.setLevel(logging.WARNING)
    
    # keywords = ['best budget app\n']
    # keywords = ['why is my airbrush not spraying paint', 'how to get paint off of car window', 'why are picasso paintings so expensive', 'is krylon spray paint safe for babies', 'what is monotone paint', 'how to keep spray paints from rubbing off', 'nippon paint vs dulux', 'how to sign acrylic paintings', 'how much does it cost to paint a chevy tahoe', 'is testor enamel paint toxic']
    # limit = 20
  • 12-01-2023, 02:04:19
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    chromedriverın son sürümünü indirin hocam
  • 12-01-2023, 02:04:32
    #3
    Chromedriver ı güncelleyin hocam
  • 12-01-2023, 02:04:33
    #4
    kodunun tamamı yok sanırım bir şeye tıklamaya çalıştığın için "element not interactable" hatası veriyor.
  • 12-01-2023, 02:05:40
    #5
    chromedriver ile chrome aynı sürüm olsun
  • 12-01-2023, 02:16:07
    #6
    Senruay adlı üyeden alıntı: mesajı görüntüle
    chromedriverın son sürümünü indirin hocam
    Alwaysmile08 adlı üyeden alıntı: mesajı görüntüle
    Chromedriver ı güncelleyin hocam
    samutm adlı üyeden alıntı: mesajı görüntüle
    kodunun tamamı yok sanırım bir şeye tıklamaya çalıştığın için "element not interactable" hatası veriyor.
    ozymoz adlı üyeden alıntı: mesajı görüntüle
    chromedriver ile chrome aynı sürüm olsun
    Webdriver ile selenium aynı sürüm ama hata alıyrum anlamadığım bir şekilde.
    Anydesk ile bakabilirmisiniz.
  • 12-01-2023, 02:21:05
    #7
    Tarayıcı arkaplanda kalıyor, bu vds'lerde sorun olmuyor fakat kendi kişisel bilgisayarınızda çalıştırıyorsanız o tarayıcının tüm sekmelerini kapatın ve kod çalıştığında kendiniz manuel olarak tarayıcıyı ana ekrana alın.

    Yada kodlarınızda WebDriverWait kullanın.