swtech-11
Results
1
comments of
swtech-11
A workaround is explicitly declaring your locatorObj type to 'css'. Working example: ```js module.exports = () => { codeceptjs.locator.addFilter(( providedLocator, locatorObj) => { if (...) { locatorObj.type = 'css'; ......