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 frame makes redirects, postbacks etc without changing the source in the iframe. So you can't find the URL in the html source.
|
feedback
|
|
Try using "Inspect Element" over desired frame. You will see original frameset HTML code and selected page code nested. | |||
feedback
|
|
go to the system menu (wrench/spanner) Tools -> Developer tools. you should be able to see the frame url in there | |||
feedback
|