Skip to content

Fingerprint doesn't change #460

Open
@yuriolive

Description

@yuriolive

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions