You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.)