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

Method typeFirstName

src/test/java/page/services/UsersPage.java:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10public class UsersPage extends SalesforceHooks{
11
12 public UsersPage typeFirstName() {
13 typeInputInFrame("First Name", FakerDataFactory.getFirstName());
14 return this;
15 }
16
17 public UsersPage typeLastName() {
18 typeInputInFrame("Last Name", FakerDataFactory.getLastName());

Callers

nothing calls this directly

Calls 2

getFirstNameMethod · 0.95
typeInputInFrameMethod · 0.80

Tested by

no test coverage detected