How to call button from page activity in script to verify which button clicked ?
I have page with 2 buttons based on click of button i have to perform certain task. in Java script i need help to decide on the same, so its very importnat for me to read the button id . I assume it will be something like ctx.buuton_id.click() = True or something similar but dont know and hence need guidence .