()
| 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"); |
no test coverage detected