()
| 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]")); |
nothing calls this directly
no test coverage detected