Dan

Results 23 comments of Dan

As a user would like an option to explicitly define or influence what properties the recorder looks for and uses for the selectors in the generated code emitted by the...

I think to be fair, when entering my comment before, it seemed the recorder wouldn't pick up the data-test-id, running with 1.21 i'm seeing if data-test-id is present it is...

Thanks Pavel, the error/behavior depends with or without the page.unrouteAll().. Without the unroute. My test passed but get the mysterious "1 error but not part of any test..." With the...

Okay check the image. Only line of code i changed between the two is the commented unrouteAll().. And if you check the output... The response count on the left is...

So what version are you on? Strange as this is pretty much 100% stock. Even better, creating an entirely new project.... Repro. Start VS Code Command Palette: Playwright Install Paste...

Another thought how were you able to run the repro as-is without the IP?

But you didn't run the code provided, nor asked for the web address, i don't want that public.

This will raise the error and have other issues. test('test', async ({ page }) => { let cnt = 0; try { await page.route(/.+.*/i, async route => { cnt++; const...