Skip to content

Commit

Permalink
Remove unnecessary function
Browse files Browse the repository at this point in the history
  • Loading branch information
spectranaut committed Jul 10, 2024
1 parent 1422467 commit e6ad95b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions tools/webdriver/webdriver/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,10 +879,6 @@ def get_computed_label(self):
def get_computed_role(self):
return self.send_element_command("GET", "computedrole")

@command
def get_accessibility_api_node(self):
return self.send_element_command("GET", "accessibilityapinode")

# This MUST come last because otherwise @property decorators above
# will be overridden by this.
@command
Expand Down
1 change: 1 addition & 0 deletions tools/wptrunner/wptrunner/browsers/.#firefox.py

0 comments on commit e6ad95b

Please sign in to comment.