How to find the coordinates of the buttons on a canvas, and click on them after using Java and Selenium?
问题 I have an online calculator that i want to automate some operations for, like subtraction, division, etc. but the thing is that there are no elements since it is a canvas app calculator (link below). I'm wondering how can i click the buttons so im able to automate some operations? The online calculator im trying to automate: https://www.online-calculator.com/full-screen-calculator/ The canvas HTML code <canvas id="canvas" width="335" height="434" style="position: absolute; display: block;