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

Method clickAppLauncher

src/test/java/page/base/HomePage.java:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5public class HomePage extends ProjectHooks{
6
7 public HomePage clickAppLauncher() {
8 click(".slds-icon-waffle", "App Launcher", "Icon");
9 return this;
10 }
11
12 public HomePage clickViewAll() {
13 click("(//button[text()='View All'])[1]", "View All");

Callers 4

createAccountMethod · 0.80
editAccountMethod · 0.80
editAccountMethod · 0.80
editAccountMethod · 0.80

Calls 1

clickMethod · 0.80

Tested by

no test coverage detected