All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openqa.selenium.chrome.FatalChromeException Maven / Gradle / Ivy

The newest version!
package org.openqa.selenium.chrome;

import org.openqa.selenium.WebDriverException;

public class FatalChromeException extends WebDriverException {
  public FatalChromeException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy