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

com.rationaleemotions.web.IBrowserCreator Maven / Gradle / Ivy

package com.rationaleemotions.web;

import org.openqa.selenium.remote.RemoteWebDriver;

/**
 * This interface represents the capabilities of a browser instantiating mechanism which end-users
 * can plugin via a JVM argument.
 */
public interface IBrowserCreator {

  /** @return - A {@link RemoteWebDriver} variant that represents the actual webdriver object. */
  RemoteWebDriver createDriver();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy