Why if I type it to the console in the browser it all works, but in node js it does not see the table at all? I use Puppeteer Please help
await page.evaluate(() =>{
let liczba= document.querySelectorAll("#content > div:nth-child(3) > table > tbody > tr:nth-
child(n) > td.ellipsis > span > a");
liczba[1].click();
})