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

com.almis.awe.testing.selenium.IAweInstructions Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
package com.almis.awe.testing.selenium;

import com.almis.awe.testing.model.SeleniumModel;
import org.openqa.selenium.WebDriver;

public interface IAweInstructions {
  WebDriver getDriver();
  IAweInstructions setSeleniumModel(SeleniumModel seleniumModel);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy