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

Method typeFirstName

src/test/java/page/services/LeadPage.java:25–28  ·  view source on GitHub ↗
(String firstName)

Source from the content-addressed store, hash-verified

23 }
24
25 public LeadPage typeFirstName(String firstName) {
26 typeInputField("First Name", firstName);
27 return this;
28 }
29
30 public LeadPage typeLastName(String lastName) {
31 typeInputField("Last Name", lastName);

Callers 1

fillMandatoryFieldsMethod · 0.45

Calls 1

typeInputFieldMethod · 0.80

Tested by

no test coverage detected