Closed
Description
Context:
- Playwright Version: 1.9.0
- Operating System: macOS
- Browser: Chromium
Repro steps
- Start recording actions on the microsoft/playwright github page
- Click on pull requests
- Expect to see click in the generated output. Actual has click + goto:
// Click text=Pull requests
await page.click('text=Pull requests');
// assert.equal(page.url(), 'https://github.com/microsoft/playwright/pulls');
// Go to https://github.com/microsoft/playwright/pulls
await page.goto('https://github.com/microsoft/playwright/pulls');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels