jTorm Find Method
Find an element.
``js`
npm install @jtorm/find-method
| Option | Type | Required | Description |
|--------|----------|----------|-------------|
| e | string | true | Element. |
`js``
->find(e: 'a[href="' + currentUrl + '"]')
->attr {
n: 'class';
v: 'active';
m: 'a';
}