-1

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

Noitidart
  • 35,443
  • 37
  • 154
  • 323

1 Answers1

2

According to Supported APIs,

Executing script in a specific frame is not yet supported.

Haibara Ai
  • 10,703
  • 2
  • 31
  • 47