Archive

Posts Tagged ‘text field’

The fast way to fill a textfield in watir

November 9th, 2009 No comments

It is quite slow to fill a text field by ie.text_field().set(content), the fast way is by ie.text_field().value = content.

Categories: watir Tags: