use of org.eclipse.reddeer.core.exception.CoreLayerException in project jbosstools-openshift by jbosstools.
the class AbstractOpenShiftApplicationWizard method processUntrustedSSLCertificate.
private void processUntrustedSSLCertificate() {
try {
new DefaultShell("Untrusted SSL Certificate");
new YesButton().click();
} catch (CoreLayerException ex) {
// do nothing SSL Certificate shell did not appear.
}
}
Aggregations