czerus / pydriverr

0 stars 0 forks source link

Wrong file installed (sha512_sum) for operadirver #49

Closed czerus closed 3 years ago

czerus commented 3 years ago

Steps to reproduce

  1. install opera driver

    ➜ pydriver install -d opera
    Log file stored in: /tmp/pydriver.log
    Requested driver not found in cache
    Installed operadriver:
    VERSION: 88.0.4324.104
    OS: linux
    ARCHITECTURE: 64
  2. Show installed drivers

    ➜ pydriver show-installed         
    Log file stored in: /tmp/pydriver.log
    DRIVER TYPE    VERSION        OS       ARCHITECTURE  FILENAME      CHECKSUM
    --  -------------  -------------  -----  --------------  ------------  --------------------------------
    0  gecko          0.29.0         linux              64  geckodriver   dccba99f3e2cbc39db9dd27741c74099
    1  chrome         89.0.4389.23   linux              64  chromedriver  68e3e7b54e8adf3f0d505547f74a7b25
    2  opera          88.0.4324.104  linux              64  sha512_sum    a809b6a4e00a5910a60fc183782d5eef

Zip file for opera contains 2 files: the driver and the checksum.

pajhiwo commented 3 years ago

in progress. i have a fix, need to fix unit tests