Trying to find second div tag but isn't working. Tried with div.nth-child(i), but doesn't work on div tags, shows only first div but it works on li or td tags, tried with div[1] doesn't work either !!
Anyone knows how can i query div tags in puppeteer