frameUrl
frameUrl
{string}
Introduced: PhantomJS 1.7
Read-only. This property gets the current URL of the web page’s currently active frame (which may or may not be the main frame).
Examples
var webPage = require('webpage');
var page = webPage.create();
// @TODO: Finish page.frameUrl example.