private bool kontrol(By by) { try { driver.FindElement(by); return true; } catch (NoSuchElementException) { return false; } }