I am trying to automate konvajs canvas UI.
when using tools like selenium or playwright, the click event clicks on browser co-ordinates which are different from canvas co-ordinates.
I wish to click on canvas co-ordinates. Therefore, I need some api or code which gives browser co-ordinates corresponding to canvas co-ordinates.
Please share your valuable inputs
y
ise.clientY
,50
isstage.y
.