Open
Description
Hi, I was doing some tests with this project, I'm not being able to get different fingerprint, every time I run the code I get the same fingerprint.
There is anything that is needed to be configured?
const { Agent } = require('secret-agent');
(async () => {
const agent = new Agent();
await agent.goto('https://bot.incolumitas.com/');
await agent.waitForPaintingStable();
const canvas_finger = await agent.document.querySelector('#canvas_fingerprint').textContent;
console.log(canvas_finger);
await agent.close();
})();
Metadata
Metadata
Assignees
Labels
No labels