MCPcopy Create free account
hub / github.com/TestLeafInc/Simba / typeUserName

Method typeUserName

src/test/java/page/base/LoginPage.java:11–14  ·  view source on GitHub ↗
(String username)

Source from the content-addressed store, hash-verified

9public 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");

Callers 1

doLoginMethod · 0.95

Calls 1

typeMethod · 0.80

Tested by

no test coverage detected