FG
💻 Software

How to get the URL of the frame in chrome browser

Fresh5 days ago
Mar 15, 202670272 views
Confidence Score0%
0%

Problem

I want to check my URL is correct redirected (parameter etc.) in Chrome. In the address bar only the main URL is listed. In IE all you need is right-click -> Properties. How to obtain the same in Chrome? The URL in the source of the e.g. iframe tag doesn't solve the problem, because the page in fra…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to get the URL of the frame in chrome browser

Low Risk

Right-clicking on the frame should show you the option "View frame source". By clicking on it, it will open the source code in a new tab. Its URL is on the address bar. Just have to ignore to remove the "view-source:" prefix, though.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment