public string ReadyState {get;}
// get document Document doc = tab.MainDocument; // get ReadyState of the document if(doc.ReadyState != "complete") return -1;
$doc = $tab->MainDocument; if($doc->ReadyState != "complete") return -1;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
Document Class Document Members