Google Chrome Developer Tools - what is this?

Clash Royale CLAN TAG#URR8PPP
Google Chrome Developer Tools - what is this?
Is this some kind of a context?
How is it created?

Google's Chromium source code has a webFrame which seems to create contexts which show up there. Are there other ways in which these can be created?
webFrame
Any reference to code/articles on this is welcome.
1 Answer
1
according to the google tools description, this dropdown is used for selecting of execution context (the frame of the page you are working on).
You can find further explanation here:
https://developers.google.com/web/tools/chrome-devtools/console/
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.