Skip to content

Conversation

@mdmintz
Copy link
Member

@mdmintz mdmintz commented Nov 18, 2021

Use "options" instead of "desired_capabilities" as needed

  • desired_capabilities are deprecated in Selenium 4, so they are converted to options instead.
    -- (This only effects Python versions 3.7 and newer. Python 3.6 and below still use Selenium 3.)
  • Also speed up messages in Headless Mode.
  • Also refresh Python dependencies:
    -- setuptools>=59.1.1;python_version>="3.6"
    -- jedi==0.18.1;python_version>="3.6"
    -- filelock==3.4.0;python_version>="3.6"
    -- rich==10.14.0;python_version>="3.6"

@mdmintz mdmintz merged commit e20ffe2 into master Nov 18, 2021
@mdmintz mdmintz deleted the desired-capabilities-into-options branch November 18, 2021 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants