Can anyone help me figure out how to click on the button in this component?
I need guidance on navigating through the following path:
Is xpath my only option for doing this? I believe a css locator could work as well, but I am unsure of how to construct the relative path.
Here are the classes associated with the button: app-lista-convites-lote, card, card-convite ng-star-inserted, btn btn-danger btn-no-text, zmdi zmdi-delete
HTML
<app-lista-convites-lote _ngcontent-c13="" _nghost-c18="">
<div _ngcontent-c18="" class="card card-convite ng-star-inserted">
<div _ngcontent-c18="" class="kebab kebab-convite">
<button _ngcontent-c18="" class="btn btn-danger btn-no-text" title="Remover convite" type="button">
<i _ngcontent-c18="" class="zmdi zmdi-delete"></i>
</button>