public static void ToggleCC() { // Some videos don't have CC available try { CC.Click(); } catch (ElementNotVisibleException e) { } }