In Chrome or Firefox when I right click and choose to copy selector I get something like this:
div.col-lg-6:nth-child(1) > p:nth-child(23) > a:nth-child(1)
While in power automate the CSS selector start with html, body like this
html > body > div > div:eq(1) > div > div:eq(4) > div > div:eq(1) > div > div:eq(0) > p:eq(21)
How I get full CSS selector path from any browser that is compatible with power automate ?