UNPKG

nemo-view

Version:

selenium-webdriver abstractions and locator organization plugin for nemo

9 lines (8 loc) 281 B
'use strict'; module.exports = nemo => { return function locatex(locatorJSON) { const locale = nemo._config.get('data:locale') || 'default'; let localizedLocatorJSON = locatorJSON[locale] || locatorJSON['default'] || locatorJSON; return localizedLocatorJSON; }; };