Working on graphic(map) objects

Hello
I am not sure if Karalon has this feature or not?
I m trying to write a script for selecting an area on the map

This red rectangle is the area that i am selecting(this has to be selected using mouse)
I am not sure how to move ahead with this script. I can think of drag and drop from the mouse but how to select element as all points are having same html code on the map.

Please suggest if this is possible to automate or not?

You could read/try these:

https://seleniumhq.github.io/selenium/docs/api/java/org/openqa/selenium/interactions/Actions.html

https://docs.oracle.com/javase/7/docs/api/java/awt/Robot.html

And check this:

1 Like