Skip to content

Instantly share code, notes, and snippets.

@s3rgeym
Last active May 7, 2024 03:30
Show Gist options
  • Save s3rgeym/a5a672c35c0872690e3d9fdaa9b24b7e to your computer and use it in GitHub Desktop.
Save s3rgeym/a5a672c35c0872690e3d9fdaa9b24b7e to your computer and use it in GitHub Desktop.
// Загрузить следующие результаты
// $$('[aria-label="Ещё результаты"]')[0].click()
$$('div[data-dt="1"] > a[aria-label]')[0].click()
// Получить список ссылок
$$('[data-snhf="0"] a:nth-child(1)').map(a => a.href)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment