Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TestLeafInc/Simba
/ chooseLeadStatus
Method
chooseLeadStatus
src/test/java/page/services/LeadPage.java:45–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
public
LeadPage chooseLeadStatus() {
46
chooseByText(
"Lead Status"
,
"Working - Contacted"
);
47
return
this;
48
}
49
50
public
LeadPage clickSave() {
51
click(
"(//button[text()='Save'])[1]"
,
"Save"
);
Callers
1
fillMandatoryFields
Method · 0.80
Calls
1
chooseByText
Method · 0.80
Tested by
no test coverage detected