instance.SetProxy(Prx,34513,"socks5","login","pass",false,true,true,true);
Tb.Navigate("https://site");
Tb.WaitDownloading();
Thread.Sleep(1000);
и дальше проверки
if (Tb.FindElementsByXPath(@".//xpath путь").Count<1)
3 сек задержки и
Tb.MainDocument.EvaluateScript("location.reload(true)");
и...