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

Method typeCompanyName

src/test/java/page/services/LeadPage.java:35–38  ·  view source on GitHub ↗
(String companyName)

Source from the content-addressed store, hash-verified

33 }
34
35 public LeadPage typeCompanyName(String companyName) {
36 typeInputField("Company", companyName);
37 return this;
38 }
39
40 public LeadPage chooseSalutation(String salutation) {
41 chooseByText("Salutation", salutation);

Callers 1

fillMandatoryFieldsMethod · 0.80

Calls 1

typeInputFieldMethod · 0.80

Tested by

no test coverage detected