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

Method typePassword

src/test/java/page/base/LoginPage.java:16–19  ·  view source on GitHub ↗
(String password)

Source from the content-addressed store, hash-verified

14 }
15
16 public LoginPage typePassword(String password) {
17 type("#password", password, "Password");
18 return this;
19 }
20
21 public LoginPage clickLogin() {
22 click("#Login", "Log In");

Callers 1

doLoginMethod · 0.80

Calls 1

typeMethod · 0.80

Tested by

no test coverage detected