HTML CODE LOOK LIKE:
<div class="style__ButtonList-kdrevq TBmPt"> <button class="sc-fjdhpX gKYhyw" style="margin-right: 5px; background-color: rgb(73, 101, 241);">Add Task</button> <button class="sc-fjdhpX bkXWNp" style="margin-right: 5px;">Download</button> <button class="sc-fjdhpX gKYhyw" style="color: rgb(255, 255, 255);"> </div> </div>
There are multiple buttons with the same class and type value. However, I need to click only 'Expand All' button using CSS selector I got the error message no element found.
Expand All? or what is it a id of control?