I have to see the movement of mouse pointer that running by puppeteer for debugging. I red this document : #374
But the problem is, the test website is not mine, it is other's website like google, github website. So I dont know how to implement above code to client page. When puppeteer launch the browser, I opend developer console and and paste above code and enter it, it doesn't work. Maybe it is removed when page reloaded or redirected.
Is there a way to show mouse cursor permanently during puppeteer running?
I have to see the movement of mouse pointer that running by puppeteer for debugging. I red this document : #374
But the problem is, the test website is not mine, it is other's website like google, github website. So I dont know how to implement above code to client page. When puppeteer launch the browser, I opend developer console and and paste above code and enter it, it doesn't work. Maybe it is removed when page reloaded or redirected.
Is there a way to show mouse cursor permanently during puppeteer running?