Skip to content

Instantly share code, notes, and snippets.

@imartinflores
Created July 30, 2023 19:07
Show Gist options
  • Save imartinflores/3c1b60882efe9ae2bb37a4185916b124 to your computer and use it in GitHub Desktop.
Save imartinflores/3c1b60882efe9ae2bb37a4185916b124 to your computer and use it in GitHub Desktop.
await page.locator("span.title", {hasText: 'Mega Menu' }).hover()
await page.locator("a[title=Desktop]").click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment