Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/nativescript-angular
/ findAndClick
Function
findAndClick
e2e/router/e2e/router.e2e-spec.ts:539–542 ·
view source on GitHub ↗
(driver: AppiumDriver, text: string)
Source
from the content-addressed store, hash-verified
537
}
538
539
async
function
findAndClick(driver: AppiumDriver, text: string) {
540
const
navigationButton =
await
driver.waitForElement(text);
541
await
navigationButton.click();
542
}
Callers
1
router.e2e-spec.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected