UNPKG

webdriverio

Version:

Next-gen browser and mobile automation test framework for Node.js

8 lines (7 loc) 149 B
// src/scripts/isDescendant.ts function isDescandent(context, element) { return context.contains(element); } export { isDescandent as default };