How to click on a button which has no fixed class value? But it have a fixed 'data-testid'.
Using JS or Python How to achieve that?
document.getElementById("myCheck").click();
How to click on a button which has no fixed class value? But it have a fixed 'data-testid'.
Using JS or Python How to achieve that?
document.getElementById("myCheck").click();