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

Method clickLeftSubMenu

src/test/java/page/base/HomePage.java:32–35  ·  view source on GitHub ↗
(String mainMenuName, String subMenu)

Source from the content-addressed store, hash-verified

30 }
31
32 public HomePage clickLeftSubMenu(String mainMenuName, String subMenu) {
33 click("//a[@class='slds-tree__item-label' and text()='"+mainMenuName+"']/following::a[text()='"+subMenu+"']", subMenu, "Sub Menu");
34 return this;
35 }
36
37}
38

Callers

nothing calls this directly

Calls 1

clickMethod · 0.80

Tested by

no test coverage detected