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

Method chooseProfile

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

Source from the content-addressed store, hash-verified

25 }
26
27 public UsersPage chooseProfile() {
28 selectByIndexInFrame("#Profile", -1, "Profile");
29 return this;
30 }
31
32 public UsersPage clickNewUser() {
33 frameLocator.set(getPage().frameLocator("(//iframe)[1]"));

Callers

nothing calls this directly

Calls 1

selectByIndexInFrameMethod · 0.80

Tested by

no test coverage detected