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

Method clickLeftMenu

src/test/java/page/base/HomePage.java:27–30  ·  view source on GitHub ↗
(String menuName)

Source from the content-addressed store, hash-verified

25 }
26
27 public HomePage clickLeftMenu(String menuName) {
28 click("//a[text()='"+menuName+"']", menuName, "Menu");
29 return this;
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");

Callers

nothing calls this directly

Calls 1

clickMethod · 0.80

Tested by

no test coverage detected