added doc note for webdriver implementors

This commit is contained in:
Jonathan Shook 2020-04-16 14:42:31 -05:00
parent 0e97ba33b4
commit 80dc48dea1

View File

@ -11,6 +11,13 @@ import java.util.Map;
import java.util.Optional;
import java.util.function.Function;
/**
* Inspiration for how to make this work consistently with the exporter logic
* is found at
*
* <a href="https://github.com/SeleniumHQ/selenium-ide/blob/code-export-java/packages/code-export-java-junit/src/command.js">
* The JUnit exporter command generator</a>
*/
public class WebDriverVerbs {
private final static Logger logger = LoggerFactory.getLogger(WebDriverVerbs.class);
public final static String COMMAND = "command";