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

org.openqa.selenium.remote.server.LogTo Maven / Gradle / Ivy

The newest version!
package org.openqa.selenium.remote.server;

public interface LogTo {
  void log(String message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy