xjs-ppt-cursor
v1.0.0
Published
this is clicking helper for puppeteer. this mainly intends for clicking through cdp session for bypassing bot detection triggered by js click event, therefore logic of moving imitation is simple. although this is inspired from [ghost-cursor](https:/
Readme
What is this
this is clicking helper for puppeteer.
this mainly intends for clicking through cdp session for bypassing bot detection triggered by js click event, therefore logic of moving imitation is simple.
although this is inspired from ghost-cursor, but re-make because some implementation policies and main goal (referred in above) are differed.
How to use
// initialization. some options can be passed in second argument.
const cursor = await XjsCursor.newi(page);
// here is clicking. it has to pass ElementHandle or selector string.
await cursor.click(elm);