| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : GetCookie Method |
Type: System.String
The domain of cookie. The default value is empty string.
Type: System.Boolean
The domain of cookie. The default value is false.
Type: System.String
The domain of cookie. The default value is empty string.
Type: System.Boolean
The domain of cookie. The default value is false.
Type: System.String
The cookies in the string format.
instance.ActiveTab.Navigate("http://google.com/"); instance.ActiveTab.WaitDownloading(); // get cookie by domain return instance.GetCookie("google.com", true);
$instance->ActiveTab->Navigate("http://google.com/"); $instance->ActiveTab->WaitDownloading(); // get cookie by domain return $instance->GetCookie("google.com", true);
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven