// Click the button "I accept"
he = instance.GetTabByAddress("page").GetDocumentByAddress("0").FindElementByTag("form", 0).FindChildByAttribute("button", "fulltag", "button", "text", 0);
if (he.IsVoid) return -1;
he.RiseEvent("click", false);
if (tb.IsBusy) tb.WaitDownloading();
if (instance.GetTabByAddress("popup").IsBusy) instance.GetTabByAddress("popup").WaitDownloading();
return 0;
// PAUSE 60 SECONDS
instance.RiseMacros("Pause", new [] {"60"});
// ADDING LOGIN AND PASSWORD TO FILE
instance.RiseMacros("File.AppendString", new [] {"C:\\Users\\Alfie\\Dropbox\\Zenno Data\\Assets\\Emails\\hotmail-presetup.txt", login + ":" + password, "true" });