-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Result
public Result(String driverPath)
-
Result
public Result(int code,
@Nullable String message,
@Nullable String driverPath,
@Nullable String browserPath)
-
Method Details
-
getCode
public int getCode()
-
getMessage
public @Nullable String getMessage()
-
getDriverPath
public @Nullable String getDriverPath()
-
getBrowserPath
public @Nullable String getBrowserPath()
-
-
-