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

com.slickqa.webdriver.PageWithActions Maven / Gradle / Ivy

There is a newer version: 1.0.1-37
Show newest version
package com.slickqa.webdriver;

/**
 * A Page With Actions is one that can be instantiated and methods used.
 * 
 * @author jcorbett
 */
public interface PageWithActions
{
	public void initializePage(WebDriverWrapper browser);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy