Method: RWebUnit::AbstractWebPage#page_text
- Defined in:
- lib/rwebunit/web_page.rb
#page_text ⇒ Object
browser: passed to do assertion within the page page_text: text used to identify the page, title will be the first candidate
30 31 32 |
# File 'lib/rwebunit/web_page.rb', line 30 def page_text @page_text end |