3
2
1
47
168
524
public static void type(WebElement e,String str) throws InterruptedException { String[] singleCharacters = str.split(); // Interval is 0.5 second between each type of character, ...