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

com.automationrockstars.design.gir.webdriver.HasParent Maven / Gradle / Ivy

The newest version!
/*
 * 
 */

package com.automationrockstars.design.gir.webdriver;

import org.openqa.selenium.SearchContext;

public interface HasParent {

    SearchContext getParent();

    void setParent(SearchContext parent);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy