Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

309
Visualizações
Puppeteer is not moving the mouse while using it inside docker container

I'm trying to move the mouse with Puppeteer while running it inside a docker container while recording with ffmpeg the screen.

The issue is that every time I record with ffmpeg the mouse cursor is showing in the recording always in the center of the screen.

In order to remove it I tried to move the mouse away with page.mouse.move() and page.mouse.click().

I tried also page.hover() and tried to use in all this cases each combination of headless true and false.

This is how I set up puppeteer (original code without headless option used):

browser = await puppeteer.connect({
            'browserWSEndpoint': endpoint,
            'defaultViewport': null
        });

const pages = await browser.pages();
const page = pages[0];
await page.goto(url);
console.log("Making page active.");
await page.bringToFront();

I add that if I connect to the container with VNC Viewer I'm perfectly able to move the cursor manually.

over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

Resolved by installing xdotool with the docker image and then on the script using:

console.log("Hiding mouse")
let xdotool = spawn("xdotool", [
    'mousemove',
    '0',
    '0'
]);
over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda