MCPcopy
hub / github.com/codeceptjs/CodeceptJS / filterBySelected

Function filterBySelected

lib/helper/WebDriver.js:3135–3135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3133 }
3134
3135 const filterBySelected = async elements => filterAsync(elements, async el => this.browser.isElementSelected(getElementId(el)))
3136
3137 const filterSelectedByValue = async (elements, value) => {
3138 return filterAsync(elements, async el => {

Callers 1

proceedSeeFieldFunction · 0.85

Calls 2

filterAsyncFunction · 0.85
getElementIdFunction · 0.85

Tested by

no test coverage detected