com.zebrunner.carina.webdriver.locator.converter.LocatorConverter Maven / Gradle / Ivy
package com.zebrunner.carina.webdriver.locator.converter;
public interface LocatorConverter {
String convert(String by);
}
package com.zebrunner.carina.webdriver.locator.converter;
public interface LocatorConverter {
String convert(String by);
}