(String username)
| 9 | public class LoginPage extends ProjectHooks{ |
| 10 | |
| 11 | public LoginPage typeUserName(String username) { |
| 12 | type("#username", username, "Username"); |
| 13 | return this; |
| 14 | } |
| 15 | |
| 16 | public LoginPage typePassword(String password) { |
| 17 | type("#password", password, "Password"); |