I want to automate clicking of a button which pops up on a webpage. How can I do it using python? I've zero experience in JavaScript and just started learning prgramming.
Below is the outer HTML of the button:
< button type="button" class="_23b4U" data-crid="16175cf391104e1db0234ea1707ff45c">Accept
I searched and found similar questions: How to auto click an input button
Automatic click on a pop up button
Please help.