chrome.webNavigation.getAllFrames question

252 views
Skip to first unread message

Antonio Torres

unread,
Mar 21, 2018, 5:51:43 PM3/21/18
to Chrome DevTools
Hello everyone, 

I hope this is the right forum to post this in, I am in need of help and have looked for weeks.

I am building a chrome extension for debugging and analyzing certain types of web traffic on sites. One aspect of my extension is to get information on all the frames that are loaded from a parent page using chrome.webNavigation.getAllFrames.

This returns something like

  1. children:[]
  2. errorOccurred:false
  3. frameId:3415
  4. parentFrameId:1
  5. processId:
  6. url:"https://frame.example.com"

This is good information but I find it hard to retrieve more information on the specific frame. 

Something like this (on application tab in devtools) would be a great step forward for me, getting more insight about the iframe like the ID or other attributes, the ideal scenario would be to able to get the specific html tag in the parent document that spawned this frame.

Does anyone have any idea how to go about this? I am open to paid consulting as well, if it's something that is a little bit time consuming.


Thank you all in advance.


Reply all
Reply to author
Forward
0 new messages