<div class="test" data-credit-card-index="1">
<button class="test1 test">Delete</button>
<button class="test1 test">Edit</button>
I want to write a CSS locator for the Edit button.. it's under the [data-credit-card-index="1"] section... there will be a few more credit-card there.. so I have to use the [data-credit-card-index="1"] plus Edit to locate my locator.
Anyone can help here? Many thanks!!