add more Constants

master
io42630 2 years ago
parent 34c52c0023
commit 1959ba1b99

@ -3,4 +3,9 @@ package com.olexyn.tabdriver;
public interface Constants { public interface Constants {
String EMPTY = ""; String EMPTY = "";
String BUTTON = "button";
String INPUT = "input";
String ID = "id";
String TABLE = "table";
String DIV = "div";
} }

Loading…
Cancel
Save