chrominator
chrominator copied to clipboard
add method Node#clear
we should roughly follow the webdriver api. we don't need to handle content editable or resettable elements in the first implementation.
https://www.w3.org/TR/webdriver/#element-clear
at the moment node.setProperty('value', '') will be close enough for most users.