E
E
Endru2016-11-26 02:20:06
JavaScript
Endru, 2016-11-26 02:20:06

JavaScript how to implement click on coordinates?

Please advise how to resolve this issue. I want to implement in imacros (a program for automating actions in the browser) so that when the page is opened, the program itself clicks on google ads (It is in one place, the content changes). In imacros itself, for some reason, the click function stopped working with which you could click on a place on the page and in the future it would simply repeat this click.
The question is, is it possible to implement a click on the coordinates on the page in JavaScript?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Oleg, 2016-11-26
@politon

https://developer.mozilla.org/en-US/docs/Web/API/H...

P
profesor08, 2016-11-26
@profesor08

It is forbidden. You can only select the desired element and call elem.clikc(). Wait for your imacros to be repaired, roll back to the previous version of the browser.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question