htmlweb-scrapinghtml5-canvas

How to parse data displayed in HTML5 Canvas?


I want to parse graph details displayed using HTML5 canvas element. When I inspect the element it looks just empty element. Is there any way to figure out content sources of canvas ?


Solution

  • No.

    Canvases are literally a canvas for graphics. Your best bet is to locate where the canvas is being rendered, then find where that data comes from.