Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

114
Views
How parse defi projects on NightmareJS?

This code dont start js and return base-load image. How i can get page after load ? the same thing happens with other projects: https://jaguarswap.com/farms , https://pancakebunny.finance/pool and more

const Nightmare = require('nightmare');

const nightmare = Nightmare({
    show: true,
    waitTimeout: 20 * 1000
});

nightmare
    .useragent('Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0')
    .goto('https://app.acryptos.com/')
    .wait('#vaults')
    .then(() => {
        console.log('then');
        nightmare.screenshot('acryptos_then.png');
        return nightmare.end();
    })
    .catch(error => {
        console.error('catch');
        nightmare.screenshot('acryptos_catch.png');
        return nightmare.end();
    })
;
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!