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

com.testrigor.selfhealingselenium.application.parser.NodePath Maven / Gradle / Ivy

The newest version!
package com.testrigor.selfhealingselenium.application.parser;

import java.util.Map;

public interface NodePath {
	String getPath();

	Map toMap();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy