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