I would like to simulate a real user agent click in chrome to test a bot on my WebGL application. Is there a way to do it in JavaScript or should I use Selenium from an external application (I do not want to lose the focus on other windows during the bot is running)?
Asked
Active
Viewed 147 times
0
-
DOMNODE.click() tried this? – Dellirium May 18 '18 at 13:15
-
Yes I tried but it create a not trusted event (security logic) I would like to know if it's possible to bypass the not trusted event. – Z. Clément May 18 '18 at 13:18
-
OK so you marked as duplicate my question also it's absolutely not the same question... – Z. Clément May 22 '18 at 11:19