Skip to content

Commit

Permalink
Update executorwebdriver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LanWei22 authored Dec 4, 2018
1 parent b70682d commit 2cecdd9
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 @@ -156,7 +156,7 @@ def setup(self):
self.webdriver = self.parent.webdriver

def send_actions(self, actions):
self.webdriver.actions.perform(actions)
self.webdriver.actions.perform(actions['actions'])


class WebDriverTestDriverProtocolPart(TestDriverProtocolPart):
Expand Down

0 comments on commit 2cecdd9

Please sign in to comment.