<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jafar Muhammed</title>
    <description>The latest articles on DEV Community by Jafar Muhammed (@pmjcreations).</description>
    <link>https://dev.to/pmjcreations</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F363715%2F8b720f0e-6fa7-4587-8a03-052e7f034cb8.jpg</url>
      <title>DEV Community: Jafar Muhammed</title>
      <link>https://dev.to/pmjcreations</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pmjcreations"/>
    <language>en</language>
    <item>
      <title>How to Use Puppeteer to Extract Code Coverage Data From Chrome Dev Tools</title>
      <dc:creator>Jafar Muhammed</dc:creator>
      <pubDate>Thu, 06 Aug 2020 07:42:21 +0000</pubDate>
      <link>https://dev.to/pmjcreations/how-to-use-puppeteer-to-extract-code-coverage-data-from-chrome-dev-tools-5bb</link>
      <guid>https://dev.to/pmjcreations/how-to-use-puppeteer-to-extract-code-coverage-data-from-chrome-dev-tools-5bb</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I was referring to &lt;a href="https://www.philkrie.me/2018/07/04/extracting-coverage.html"&gt;https://www.philkrie.me/2018/07/04/extracting-coverage.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This tutorial seems working fine, indeed the only tutorial I found working as per my requirement.&lt;/p&gt;

&lt;p&gt;I guess this post is a little outdated; I am sorry if it is not.&lt;/p&gt;

&lt;p&gt;I am trying to generate unused CSS for my WordPress website that using builder tools like Elementor or Divi.&lt;/p&gt;

&lt;p&gt;Currently, the output is minimal and breaking my website styles.&lt;/p&gt;

&lt;p&gt;Do we have any way to open the GUI of the browser, and then I interact with the pages like scrolling, opening the pop-up, and adjusting the viewport so that we can let the coverage tool make it more accurate?&lt;/p&gt;

&lt;p&gt;Then the Node script do rest of the things?&lt;/p&gt;

&lt;p&gt;If yes, please help me with updated code.&lt;/p&gt;

&lt;p&gt;If that is not possible or not an easier solution, I wish to know a working way to convert/parse the Coverage-xxxxx.json file to CSS file where it only holds used CSS. I tried most of the available threads and forums, but no luck.&lt;/p&gt;

&lt;p&gt;Thank you so much.&lt;/p&gt;

</description>
      <category>node</category>
      <category>css</category>
      <category>question</category>
    </item>
  </channel>
</rss>
