static bool canLoadPage(S url) { try { assertNotNull(loadPage(url)); } catch { ret false; } }