Rayrun
← Back to Discord Forum

Copy url of page when it throws ERR_NAME_NOT_RESOLVED

Hi everyone!

I'm trying to copy the url of a page when the page fails to load with ERR_NAME_NOT_RESOLVED, what is the best way to go about this?

This thread is trying to answer question "How to copy the URL of a page when it fails to load with ERR_NAME_NOT_RESOLVED?"

2 replies

turns out i could get the redirect uri from a different request

refactoreric

Hi, you can use the network tab of the trace viewer. (I'd recommend to enable trace files in any case. I prefer setting 'retain-on-failure'.) https://playwright.dev/docs/trace-viewer-intro

TwitterGitHubLinkedIn
AboutQuestionsDiscord ForumBrowser ExtensionTagsQA Jobs

Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].