Skip to content

Commit

Permalink
Pass context
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Feb 23, 2024
1 parent 4bdd889 commit 39b82ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wptrunner/wptrunner/executors/executorwebdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ class WebDriverUserActivationPart(UserActivationProtocolPart):
def setup(self):
self.webdriver = self.parent.webdriver

def consume_user_activation(self):
def consume_user_activation(self, context):
return self.webdriver.window.consume_user_activation()

class WebDriverProtocol(Protocol):
Expand Down

0 comments on commit 39b82ad

Please sign in to comment.