Код:
$instance->ClearCookie();
$tab = $instance->ActiveTab;
if (($tab->IsVoid) || ($tab->IsNull)) return -1;
if ($tab->IsBusy) $tab->WaitDownloading();
$tab->Navigate("http://yandex.ru", "");
if ($tab->IsBusy) $tab->WaitDownloading();
// find html element
$he = $tab->MainDocument->FindElementByTag("body", 0);
// get value
$heValue = $he->GetValue(false);