David Borin
David Borin
Seeing this with Python Selenium 4.5 and pytest-selenium 4.0.0 ``` ========== warnings summary =========== tests/selenium/test_milestones.py::TestMilestones::test_add_new_to_ip_with_required_attr /home/dborin/.pyenv/versions/3.9.6/envs/upgrade-pytest-packages/lib/python3.9/site-packages/selenium/webdriver/chrome/webdriver.py:69: DeprecationWarning: desired_capabilities has been deprecated, please pass in a Service object super().__init__(DesiredCapabilities.CHROME['browserName'], "goog", tests/selenium/test_milestones.py::TestMilestones::test_add_new_to_ip_with_required_attr...
This doesn't happen every time we run the tests. Also, without sharding enabled we never see this issue when using the runner. I'll make sure we're using the versions you...
@hankduan says that a recent fix (#1167 for angular/protractor) could/should fix the sharding issue. I'll have to wait until they merge it to master before I can renable sharding and...