Interface CustomLocator
-
public interface CustomLocatorAllows servers to add additional locator strategies to the Selenium Server. This takes the JSON payload of the Find Element command (essentially{"using": "locator-name", "value": "arguments"}) and calls it in the context of the server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.openqa.selenium.BycreateBy(java.lang.Object usingParameter)java.lang.StringgetLocatorName()
-