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

Method clickNewUser

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

Source from the content-addressed store, hash-verified

30 }
31
32 public UsersPage clickNewUser() {
33 frameLocator.set(getPage().frameLocator("(//iframe)[1]"));
34 clickInFrame("(//input[@title='New User'])[1]", "New User");
35 return this;
36 }
37
38 public UsersPage verifyMandatoryFields(List<String> labels) {
39 for (int i = 0; i < labels.size(); i++) {

Callers

nothing calls this directly

Calls 2

getPageMethod · 0.80
clickInFrameMethod · 0.80

Tested by

no test coverage detected