diff --git a/py/selenium/webdriver/wpewebkit/options.py b/py/selenium/webdriver/wpewebkit/options.py index bfcb74ec92579..6ad8261360bb5 100644 --- a/py/selenium/webdriver/wpewebkit/options.py +++ b/py/selenium/webdriver/wpewebkit/options.py @@ -27,14 +27,6 @@ def __init__(self) -> None: self._binary_location = "" self._caps = DesiredCapabilities.WPEWEBKIT.copy() - @property - def capabilities(self): - return self._caps - - def set_capability(self, name, value) -> None: - """Sets a capability.""" - self._caps[name] = value - @property def binary_location(self) -> str: """Returns the location of the browser binary otherwise an empty