Does Microsoft Edge support executeScript
with frameId
yet?
If I do:
browser.tabs.executeScript(tabId, { frameId:0, code:'alert("wha")' })
If I include frameId
in it, it causes error of this:
Unhandled promise rejection Error: Invalid value for argument 2. Property 'frameId': Unexpected property.
I get frameId's with webNavigation.getAllFrames