public static void SelectDomain(IWebElement domain, WaitFor waitFor) { domain.Click(); WaitFor.ThreadWait(0.1); waitFor.AjaxLockToBeUnlocked(); }