MCPcopy Index your code
hub / github.com/angular-ui-tree/angular-ui-tree / TableExamplePage

Function TableExamplePage

e2e/table-example/page.js:17–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17var TableExamplePage = function () {
18 this.get = function () {
19 browser.get(TABLE_EXAMPLE_URL);
20 };
21
22 this.getRootNodes = function () {
23 return element.all(by.repeater('node in data'));
24 };
25
26 this.getNodeAtPosition = function (position) {
27 return new TableExamplePageNode(position);
28 };
29};
30
31module.exports = new TableExamplePage();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected