Git Product home page Git Product logo

Comments (2)

Allesfeliz avatar Allesfeliz commented on August 22, 2024

chromedriver업데이트로 인해 발생하는 오류 같습니다. 저도 방법을 찾고 있는데 잘 안되네요 ㅜ

from srt_reservation.

phj799 avatar phj799 commented on August 22, 2024

쉬운 방법과 수동으로 버전을 맞추는 방법이 있어요.

  • 쉬운 방법
    #8을 참고하면 requirements.txt 파일에서 버전 정보만 수정한 후
    pip install -r requirements.txt 한다면 특정 버전이 아닌 최신 버전으로 설치되어 쉽게 해결이 될 것 같습니다. chrome이 최신버전이라면 아마 chromedriver와 동일한 버전으로 맞춰질 것 같아요.

  • 수동으로 버전을 맞추는 방법
    image
    크롬 버전에 맞게 아래 두 사이트 중에서 chromedriver를 설치합니다.
    https://chromedriver.chromium.org/downloads
    https://googlechromelabs.github.io/chrome-for-testing/#stable

이후 설치받은 chromedriver.exe의 경로로 srt_reservation/main.py의 chromedriver_path변수를 변경해주세요.
ex)
chromedriver_path = r'C:\project\srtBooking\chromedriver.exe'

selenium 버전 또한 업데이트가 필요한데 현재 정상적으로 동작하는 아래 버전으로 설치하세요.
pip install selenium==4.9.0

from srt_reservation.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.