UNPKG

orgchart

Version:

Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.

10 lines (8 loc) 214 B
import { Selector } from 'testcafe'; const nodes = Selector('.node'); export default class Page { constructor () { this.sumiao = nodes.withText('Su Miao'); this.heihei = nodes.withText('Hei Hei'); } }