Using v2.0.1, the following error is thrown when `--capability browserName edge`: ``` elif browser == "EDGE": > key = edge_options.KEY E AttributeError: 'Options' object has no attribute 'KEY' ../python_venvs/default/lib/python3.9/site-packages/pytest_selenium/pytest_selenium.py:115: AttributeError ``` Here is a screenshot from debugger: 