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

Method clickViewAll

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

Source from the content-addressed store, hash-verified

10 }
11
12 public HomePage clickViewAll() {
13 click("(//button[text()='View All'])[1]", "View All");
14 return this;
15 }
16
17 public HomePage typeSearchApps(String appName) {
18 type("(//input[@placeholder='Search apps or items...'])[1]", appName, "Search Apps");

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