<?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>Forem: Martin Adams</title>
    <description>The latest articles on Forem by Martin Adams (@martinadams).</description>
    <link>https://forem.com/martinadams</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%2F1012526%2F23355194-b82c-46a6-b875-a36d828762ab.png</url>
      <title>Forem: Martin Adams</title>
      <link>https://forem.com/martinadams</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/martinadams"/>
    <language>en</language>
    <item>
      <title>How to get full CSS selector path?</title>
      <dc:creator>Martin Adams</dc:creator>
      <pubDate>Sat, 21 Jan 2023 23:07:08 +0000</pubDate>
      <link>https://forem.com/martinadams/how-to-get-full-css-selector-path-1c8g</link>
      <guid>https://forem.com/martinadams/how-to-get-full-css-selector-path-1c8g</guid>
      <description>&lt;p&gt;I need to get full CSS selector path for element like this&lt;/p&gt;

&lt;p&gt;&lt;code&gt;html &amp;gt; body &amp;gt; div &amp;gt; div:eq(1) &amp;gt; div &amp;gt; div:eq(4) &amp;gt; div &amp;gt; div:eq(1) &amp;gt; div &amp;gt; div:eq(0) &amp;gt; p:eq(21)&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;but what I get currently from Chrome for example is something like this&lt;/p&gt;

&lt;p&gt;&lt;code&gt;#post_1 &amp;gt; div:nth-child(2) &amp;gt; div.topic-body.clearfix.highlighted &amp;gt; div.topic-meta-data &amp;gt; div.names.trigger-user-card &amp;gt; span &amp;gt; a&lt;/code&gt;&lt;br&gt;
Any tool to get the full path ?&lt;/p&gt;

</description>
      <category>seo</category>
      <category>marketing</category>
      <category>offers</category>
    </item>
  </channel>
</rss>
