0

JXBrowser supports clicking on some elements on the webpage but our project's requirements need the ability to move a specific coordinate and click on that location. How can this be achieved using JXBrowser?

user161904
  • 31
  • 1

1 Answers1

0

You don't need to do that using JxBrowser. You can use standard java.awt.Robot to move mouse cursor and click on that location.

Vladimir
  • 1
  • 1
  • 23
  • 30
  • @Valdimir .. just trying to get your attention: https://stackoverflow.com/questions/45800045/jxbrowser-what-is-globalx-globaly-windowx-windowy-in-relation-to-x-y-for-f – mjs Aug 21 '17 at 14:47