I am using an application where every time, I need to create a new users. I want code that can generate the same for me through regular expression. Example- Alen001, Alen002, Alen003 and so on.
driver.findElement(By.id("userId")).sendKeys("Alen001");