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

org.selenide.grid.GridResponse Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
package org.selenide.grid;

import javax.annotation.Nullable;

interface GridResponse {
  @Nullable String error();
  @Nullable String message();
  @Nullable String stacktrace();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy