Can any one help me to click on a web page using cursor coordinates using vba. I don't want to click either on button or any link. I want single click somewhere in between tag using co-ordinates. But when i run web page on IE that time IE is minimized.How it can be done.
Asked
Active
Viewed 319 times
1
-
Checkout the selenium webdriver (for VBA) and then have a look there [Clicking at coordinates without identifying element](https://stackoverflow.com/questions/6775351/clicking-at-coordinates-without-identifying-element) – Pᴇʜ Apr 17 '20 at 12:08
-
@Pᴇʜ Thanks .can I get other solution other than selenium. I am not aware of selenium – Millie Apr 17 '20 at 12:16
-
I don't know of any solution with IE, guess it is not possible. IE is end of life anyway so it might be worthy to invest some time into the more powerful selenium. – Pᴇʜ Apr 17 '20 at 12:21
-
What can you achieve by clicking on a webpage using co-ordinates than cannot be achieved by actually using the DOM? – QHarr Apr 18 '20 at 22:31
-
@QHarr I'm not achieving anything with this but I unfortunately my other functionality work if i click like this – Millie Apr 20 '20 at 14:14