- Code: Select all
ff.text_field(:name,"license[description]").value = "some description"
this does not actually set the value in the field.
the html for this field is:
- Code: Select all
<textarea id="license_description" class="wymeditor" rows="20" name="license[description]" cols="40" style="display: none;"/>
i can also access the field using element_by_xpath.
thoughts?
thanks.