mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
added doc note for webdriver implementors
This commit is contained in:
parent
0e97ba33b4
commit
80dc48dea1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user