chrominator icon indicating copy to clipboard operation
chrominator copied to clipboard

add method Node#clear

Open jesg opened this issue 8 years ago • 1 comments

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

jesg avatar Jun 27 '17 12:06 jesg

at the moment node.setProperty('value', '') will be close enough for most users.

jesg avatar Jul 30 '17 18:07 jesg