javascript - Using chrome.tabs.captureVisibleTab() from DevTools console -
I'm curious about whether to take a screenshot of Chrome DevTools directly using Chrome's tabTabs.captureVisibleTab It is possible from inside the console or within a snippet), without completing the process of creating an extension.
Is this somehow possible? If not, how would you suggest taking a screenshot, which reliably copulates the current page (html2canvas does not present everything properly). Thanks for your help.
After installing here, Google has provided "Chrome-Extension: / / Cpngackimfmofbokmjmljamhdnckgpmj / js / page_context.js "can open its code to see its code. This extension does not use Chrome Extension APIs, it works well in most pages except for some complex pages.
Comments
Post a Comment