<div class="test" data-credit-card-index="1">
<button class="test1 test">Delete</button>
<button class="test1 test">Edit</button>
I'm trying to create a CSS locator specifically for the Edit button within the [data-credit-card-index="1"] segment, which is part of a section containing multiple credit cards. So I need to combine [data-credit-card-index="1"] with Edit in order to accurately locate my selector.
Can anyone provide assistance with this? Thank you so much!