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.
Add compatibility with "Selenoid" Selenium grids
Add compatibility with "Selenoid" Selenium grids:
-- On the command-line, add --cap-string='{"selenoid": "true"}'
-- Or use --cap-file=CAP_FILE.py with a line that contains:
-------- "selenoid": "true",
-- This resolves #1088
Also refresh Python dependencies:
-- setuptools>=59.4.0;python_version>="3.6"
-- rich==10.15.0;python_version>="3.6"