Can't navigate to email confirmation page

smk

Client
Регистрация
25.12.2011
Сообщения
9
Благодарностей
0
Баллы
0
After successfully finding the email confirmation link I am unable to get CC to navigate to the url.

Код:
			String ressy = ZennoPoster.MailConfirm(instance, "30;60;120", email, password, "pop3.live.com", 995, true, false,
				 "Activate your 2itb.com website", @"http:\/\/.*\.2itb\.com\/cgi-bin\/login\?redirect\=\/cgi-bin\/util\/email_prefs\?confirmation_key\=pending_auth:.*");
			
			instance.RiseMacros("Pause", new[] { "5" });
			instance.MainTab.Navigate(ressy);
			
			if(instance.MainTab.IsBusy){
				instance.MainTab.WaitDownloading();
			}
			instance.RiseMacros("Pause", new[] { "5" });
I'm positive it finds the url because I make it show me using a messagebox.show(not included in the code here). Any suggestions? I don't have it as a seperate step but I don't think that should matter.


Thanks,
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)