I'm using selenium 2.24 Firefox Driver to test an input box's blur event. Currently, after I sendKeys to an input box, I let selenium to click another area which triggers the input box blur.
However, I think it is not a good way, anyone knows a better way to test this?
Many thanks.