Open Bug 1440307 Opened 6 years ago Updated 2 years ago

Stop using wrappedJSObject in executormarionette

Categories

(Testing :: web-platform-tests, enhancement)

Version 3
enhancement

Tracking

(Not tracked)

People

(Reporter: ato, Unassigned)

Details

executormarionette is no longer required to use window.wrappedJSObject
when injecting scrips.  All calls to marionette.execute_script("…")
needs to change to marionette.execute_script("…", sandbox=None)
for this to work due to historical reasons with the Marionette
Python client API.
I started writing a patch for this, but realised there were
greater differences between testharness_webdriver.js and
testharness_marionette.js that I had anticipated.  There appears to
be a testharness_webdriver_resume.js script which does something
testharness_marionette.js does not.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.