UNPKG

wix-style-react

Version:
8 lines (6 loc) 216 B
const inputDriverFactory = component => ({ enterText: text => component.clear().sendKeys(text), getText: () => component.getAttribute('value'), element: () => component, }); export default inputDriverFactory;