Class | Scrubyt::NavigationActions |
In: |
lib/scrubyt/core/navigation/navigation_actions.rb
|
Parent: | Object |
This class contains all the actions that are used to navigate on web pages; first of all, fetch for downloading the pages - then various actions like filling textfields, submitting formst, clicking links and more
KEYWORDS | = | ['fetch', 'fill_textfield', 'fill_textarea', 'submit', 'click_link', 'click_image_map', 'select_option', 'check_checkbox', 'check_radiobutton', 'end'] | These are reserved keywords - they can not be the name of any pattern since they are reserved for describing the navigation |
Click the link specified by the text ((delegate it to NavigationActions)