Skip to content

Add "protocol" option for selecting a Selenium Grid server

Compare
Choose a tag to compare
@mdmintz mdmintz released this 18 May 18:46
· 4174 commits to master since this release
dd54fd3

Add protocol option for selecting a Selenium Grid server.

  • Protocol usage: --protocol=http OR --protocol=https.
    -- (Only used when selecting a Selenium Grid server to connect to.)
  • Also, use two decimal places for dashboard times in seconds.
  • Also, update Python dependencies:
    -- sortedcontainers==2.4.0
    -- decorator==5.0.9;python_version>="3.5"
    -- rich==10.2.1;python_version>="3.6"