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

Method typeLastName

src/test/java/page/services/LeadPage.java:30–33  ·  view source on GitHub ↗
(String lastName)

Source from the content-addressed store, hash-verified

28 }
29
30 public LeadPage typeLastName(String lastName) {
31 typeInputField("Last Name", lastName);
32 return this;
33 }
34
35 public LeadPage typeCompanyName(String companyName) {
36 typeInputField("Company", companyName);

Callers 1

fillMandatoryFieldsMethod · 0.45

Calls 1

typeInputFieldMethod · 0.80

Tested by

no test coverage detected