| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class > HideNavigatorField Method : HideNavigatorField(String) Method |
Type: System.String
The field name.
Type: System.String
The field name.
public static int Execute(Instance instance, IZennoPosterProjectModel project) { // set header instance.HideNavigatorField("javaEnabled"); // clear cookie instance.ClearCookie(); // go to lessons.zennolab.com Tab tab = instance.ActiveTab; if ((tab.IsVoid) || (tab.IsNull)) return -1; if (tab.IsBusy) tab.WaitDownloading(); tab.Navigate("whoer.net", ""); if (tab.IsBusy) tab.WaitDownloading(); return 0; }
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.