CasperVerswijvelt / google-photos-backup

Backup photos from Google Photos using Playwright.
MIT License
3 stars 1 forks source link

Could not navigate to previous photo #4

Open prigal opened 8 months ago

prigal commented 8 months ago

Hi, everything is starting correctly on my side but this step is not working.

    const clicked = await page.evaluate(() => {
      const elements = document.getElementsByClassName('SxgK2b OQEhnd')

Looks like the problem comes from these lines. I have a element in dom with theese classes but it's not working.