# File lib/selenium/text_area.rb, line 7
def
enter
(
value
)
@webpage
.
enter
(
@locator
,
value
)
end