Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 822 Bytes

File metadata and controls

42 lines (28 loc) · 822 Bytes

Installation

  1. Install Chrome Web Driver

    RedHat/CentOS:

    yum -y install chromedriver

    ArchLinux:

    paru -S chromedriver

    For other OS check official download page.

  2. Install chrome

    ArchLinux:

    paru -S google-chrome
  3. Add permission:

    chmod +x spt
  4. Run chrome-driver

    $ chromedriver
    
    Starting ChromeDriver 108.0.5359.71 (1e0e3868ee06e91ad636a874420e3ca3ae3756ac-refs/branch-heads/5359@{#1016}) on port 9515
    Only local connections are allowed.
    Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
    ChromeDriver was started successfully.