When creating xpath, and some other locators, you have a wide variety of possible ways to create these. Some of them are automatically created from Selenium IDE plugin, FirePath plugin and of course ...
driver.findElement(By.xpath("//button[text()='ĐĂNG KÝ'and@type='submit']")).click(); driver.findElement(By.id("txtFirstname")).sendKeys("Harry Nguyen"); driver ...