i have a list of items, each item is a button with a unique data-id
like this
<button type="button" class="stuff" data-id="123">
i need to click on the button using the console
how would i select the button using only it's specific data-id
(and Click on the button) using only javascript or jQuery, in the console?
the below answer is not a solution, because i cannot use the CSS query selector jQuery get an element by its data-id