Skip to content

Commit

Permalink
Merge aded1d9 into 043bb18
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsuryaprasad authored Jun 8, 2023
2 parents 043bb18 + aded1d9 commit 229763a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions py/selenium/webdriver/wpewebkit/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 229763a

Please sign in to comment.