Note: Source code files accompanying article are located on MacTech CD-ROM or source code disks. Beware of Java books written to pre-release versions of the Java SDK from Sun. Much has changed between ...
Contribute to LuongNguyen1995/selenium-webdriver-testng development by creating an account on GitHub.
driver.findElement(By.cssSelector("input#account-input")).sendKeys("automationfc"); driver.findElement(By.cssSelector("input#password-input")).sendKeys("automationfc"); ...