awinogradov / dom-objects

DOM Objects declarations for tests, e2e, cypress and etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support additional selector in DO

asabotovich opened this issue · comments

We need some extra ability to access markup, what we can't control

const blockDO = DO('block');
const elem = blockDO.add('elem', 'p');