featurist / browser-monkey

Reliable DOM testing
https://browsermonkey.org
53 stars 6 forks source link

typeIn should call toString() on it's argument #55

Open joshski opened 7 years ago

joshski commented 7 years ago

...otherwise it just silently fails to type an argument that is say, a number.

dereke commented 7 years ago

It should probably fail if it is not a string or an object with a text property that is a string