I have this dropdown menu and I am trying to find the destination url for the "Edit" dropdown item. Is there any way to get this url with puppeteer?
<div _ngcontent-c34="" class="dropdown-menu" ngbdropdownmenu="" x-placement="bottom-right" style="top: 19px; left: -41px;">
<!---->
<i _ngcontent-c34="" class="dropdown-item ng-star-inserted" ngatranslatedtext="" tabindex="0">Edit</i>
<!---->
<i _ngcontent-c34="" class="dropdown-item ng-star-inserted" ngatranslatedtext="" tabindex="0">Delete</i>
</div>