717273747576777879
try { paths = browserPaths.get(getOperatingSystem()); } catch (ClassCastException e) { throw new NoBrowsersDefinedException(getRelativeDir().getCanonicalPath()); } return paths; }