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

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -