Created
July 30, 2023 19:07
-
-
Save imartinflores/3c1b60882efe9ae2bb37a4185916b124 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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