Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/nativescript-sdk-examples-js
/ findButton
Function
findButton
e2e/button.js:35–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
})
34
35
const
findButton =
async
() => {
36
const
btn =
await
driver.findElementByClassName(driver.locators.button);
37
return
btn;
38
}
39
40
it(`Basics`,
async
() => {
41
const
btn =
await
findButton();
Callers
1
button.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected