Skip to content

Instantly share code, notes, and snippets.

@NathanAdhitya
Created April 22, 2024 02:04
Show Gist options
  • Save NathanAdhitya/1819cbf0b9c8e7637bef650ec39d8b99 to your computer and use it in GitHub Desktop.
Save NathanAdhitya/1819cbf0b9c8e7637bef650ec39d8b99 to your computer and use it in GitHub Desktop.
Google Meet Participants xPath
$x('//div[@aria-label="Participants"][1]/div/div/div[2]/div[1]/span[1]').map(v => v.innerText)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment