Firstly is it possible to send mouse clicks to a certain object on a page?
If so can you give a example of this; i found this code that will send a mouse click to the body-
But i need to send a mouse click to a certain object on a page i.e. between 2 <div> tags.
Thanks heaps,
If so can you give a example of this; i found this code that will send a mouse click to the body-
Code:
document.body.click();
Thanks heaps,
Comment