how do i check the value inside a text feild while using ruby selenium testing?

Posted by Mo on Stack Overflow See other posts from Stack Overflow or by Mo
Published on 2010-05-17T16:37:31Z Indexed on 2010/05/17 16:40 UTC
Read the original article Hit count: 124

Filed under:
|
|

i am running a selenium test using ruby and was wondering how i can assert the value inside a text field?

i have a page where once its loaded has text inside the editable text field and i was wondering how i can check if the text is present?

thank you

© Stack Overflow or respective owner

Related posts about ruby

Related posts about ruby-on-rails