class TheInternet::Page::Index
Index
page at the-internet.herokuapp.com/
Public Instance Methods
@note Defined as +link :a_b_testing+ Clicks a_b_testing
# File lib/page/index.stub.rb, line 36 def a_b_testing # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_a_b_testing end
@return [Boolean] true if the a_b_testing
element is present on the page
# File lib/page/index.stub.rb, line 56 def a_b_testing? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.a_b_testing_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 47 def a_b_testing_element # This is a stub, used for indexing end
@note Defined as +link :add_remove_elements+ Clicks add_remove_elements
# File lib/page/index.stub.rb, line 63 def add_remove_elements # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_add_remove_elements end
@return [Boolean] true if the add_remove_elements
element is present on the page
# File lib/page/index.stub.rb, line 83 def add_remove_elements? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.add_remove_elements_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 74 def add_remove_elements_element # This is a stub, used for indexing end
@note Defined as +link :basic_auth+ Clicks basic_auth
# File lib/page/index.stub.rb, line 90 def basic_auth # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_basic_auth end
@return [Boolean] true if the basic_auth
element is present on the page
# File lib/page/index.stub.rb, line 110 def basic_auth? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.basic_auth_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 101 def basic_auth_element # This is a stub, used for indexing end
@note Defined as +link :broken_images+ Clicks broken_images
# File lib/page/index.stub.rb, line 117 def broken_images # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_broken_images end
@return [Boolean] true if the broken_images
element is present on the page
# File lib/page/index.stub.rb, line 137 def broken_images? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.broken_images_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 128 def broken_images_element # This is a stub, used for indexing end
@note Defined as +link :challenging_dom+ Clicks challenging_dom
# File lib/page/index.stub.rb, line 144 def challenging_dom # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_challenging_dom end
@return [Boolean] true if the challenging_dom
element is present on the page
# File lib/page/index.stub.rb, line 164 def challenging_dom? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.challenging_dom_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 155 def challenging_dom_element # This is a stub, used for indexing end
@note Defined as +link :checkboxes+ Clicks checkboxes
# File lib/page/index.stub.rb, line 171 def checkboxes # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_checkboxes end
@return [Boolean] true if the checkboxes
element is present on the page
# File lib/page/index.stub.rb, line 191 def checkboxes? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.checkboxes_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 182 def checkboxes_element # This is a stub, used for indexing end
@note Defined as +link :digest_authentication+ Clicks digest_authentication
# File lib/page/index.stub.rb, line 225 def digest_authentication # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_digest_authentication end
@return [Boolean] true if the digest_authentication
element is present on the page
# File lib/page/index.stub.rb, line 245 def digest_authentication? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.digest_authentication_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 236 def digest_authentication_element # This is a stub, used for indexing end
@note Defined as +link :disappearing_elements+ Clicks disappearing_elements
# File lib/page/index.stub.rb, line 252 def disappearing_elements # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_disappearing_elements end
@return [Boolean] true if the disappearing_elements
element is present on the page
# File lib/page/index.stub.rb, line 272 def disappearing_elements? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.disappearing_elements_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 263 def disappearing_elements_element # This is a stub, used for indexing end
@note Defined as +link :drag_and_drop+ Clicks drag_and_drop
# File lib/page/index.stub.rb, line 279 def drag_and_drop # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_drag_and_drop end
@return [Boolean] true if the drag_and_drop
element is present on the page
# File lib/page/index.stub.rb, line 299 def drag_and_drop? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.drag_and_drop_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 290 def drag_and_drop_element # This is a stub, used for indexing end
@note Defined as +link :dropdown+ Clicks dropdown
# File lib/page/index.stub.rb, line 306 def dropdown # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_dropdown end
@return [Boolean] true if the dropdown
element is present on the page
# File lib/page/index.stub.rb, line 326 def dropdown? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.dropdown_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 317 def dropdown_element # This is a stub, used for indexing end
@note Defined as +link :dynamic_content+ Clicks dynamic_content
# File lib/page/index.stub.rb, line 333 def dynamic_content # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_dynamic_content end
@return [Boolean] true if the dynamic_content
element is present on the page
# File lib/page/index.stub.rb, line 353 def dynamic_content? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.dynamic_content_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 344 def dynamic_content_element # This is a stub, used for indexing end
@note Defined as +link :dynamic_controls+ Clicks dynamic_controls
# File lib/page/index.stub.rb, line 360 def dynamic_controls # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_dynamic_controls end
@return [Boolean] true if the dynamic_controls
element is present on the page
# File lib/page/index.stub.rb, line 380 def dynamic_controls? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.dynamic_controls_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 371 def dynamic_controls_element # This is a stub, used for indexing end
@note Defined as +link :dynamic_loading+ Clicks dynamic_loading
# File lib/page/index.stub.rb, line 387 def dynamic_loading # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_dynamic_loading end
@return [Boolean] true if the dynamic_loading
element is present on the page
# File lib/page/index.stub.rb, line 407 def dynamic_loading? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.dynamic_loading_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 398 def dynamic_loading_element # This is a stub, used for indexing end
@note Defined as +link :entry_ad+ Clicks entry_ad
# File lib/page/index.stub.rb, line 414 def entry_ad # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_entry_ad end
@return [Boolean] true if the entry_ad
element is present on the page
# File lib/page/index.stub.rb, line 434 def entry_ad? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.entry_ad_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 425 def entry_ad_element # This is a stub, used for indexing end
@note Defined as +link :exit_intent+ Clicks exit_intent
# File lib/page/index.stub.rb, line 441 def exit_intent # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_exit_intent end
@return [Boolean] true if the exit_intent
element is present on the page
# File lib/page/index.stub.rb, line 461 def exit_intent? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.exit_intent_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 452 def exit_intent_element # This is a stub, used for indexing end
@note Defined as +link :file_download+ Clicks file_download
# File lib/page/index.stub.rb, line 468 def file_download # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_file_download end
@return [Boolean] true if the file_download
element is present on the page
# File lib/page/index.stub.rb, line 488 def file_download? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.file_download_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 479 def file_download_element # This is a stub, used for indexing end
@note Defined as +link :file_upload+ Clicks file_upload
# File lib/page/index.stub.rb, line 495 def file_upload # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_file_upload end
@return [Boolean] true if the file_upload
element is present on the page
# File lib/page/index.stub.rb, line 515 def file_upload? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.file_upload_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 506 def file_upload_element # This is a stub, used for indexing end
@note Defined as +link :forgot_password+ Clicks forgot_password
# File lib/page/index.stub.rb, line 549 def forgot_password # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_forgot_password end
@return [Boolean] true if the forgot_password
element is present on the page
# File lib/page/index.stub.rb, line 569 def forgot_password? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.forgot_password_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 560 def forgot_password_element # This is a stub, used for indexing end
@note Defined as +link :form_authentication+ Clicks form_authentication
# File lib/page/index.stub.rb, line 576 def form_authentication # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_form_authentication end
@return [Boolean] true if the form_authentication
element is present on the page
# File lib/page/index.stub.rb, line 596 def form_authentication? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.form_authentication_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 587 def form_authentication_element # This is a stub, used for indexing end
@note Defined as +link :frames+ Clicks frames
# File lib/page/index.stub.rb, line 603 def frames # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_frames end
@return [Boolean] true if the frames
element is present on the page
# File lib/page/index.stub.rb, line 623 def frames? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.frames_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 614 def frames_element # This is a stub, used for indexing end
@note Defined as +link :geolocation+ Clicks geolocation
# File lib/page/index.stub.rb, line 630 def geolocation # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_geolocation end
@return [Boolean] true if the geolocation
element is present on the page
# File lib/page/index.stub.rb, line 650 def geolocation? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.geolocation_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 641 def geolocation_element # This is a stub, used for indexing end
@note Defined as +h1 :heading+ @return [String] The text content or value of heading
# File lib/page/index.stub.rb, line 9 def heading # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_heading end
@return [Boolean] true if the heading
element is present on the page
# File lib/page/index.stub.rb, line 29 def heading? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.heading_element).to exist end
@return [Watir::H1] The raw H1
element
# File lib/page/index.stub.rb, line 20 def heading_element # This is a stub, used for indexing end
@note Defined as +link :horizontal_slider+ Clicks horizontal_slider
# File lib/page/index.stub.rb, line 657 def horizontal_slider # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_horizontal_slider end
@return [Boolean] true if the horizontal_slider
element is present on the page
# File lib/page/index.stub.rb, line 677 def horizontal_slider? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.horizontal_slider_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 668 def horizontal_slider_element # This is a stub, used for indexing end
@note Defined as +link :hovers+ Clicks hovers
# File lib/page/index.stub.rb, line 684 def hovers # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_hovers end
@return [Boolean] true if the hovers
element is present on the page
# File lib/page/index.stub.rb, line 704 def hovers? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.hovers_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 695 def hovers_element # This is a stub, used for indexing end
@note Defined as +link :infinite_scroll+ Clicks infinite_scroll
# File lib/page/index.stub.rb, line 711 def infinite_scroll # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_infinite_scroll end
@return [Boolean] true if the infinite_scroll
element is present on the page
# File lib/page/index.stub.rb, line 731 def infinite_scroll? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.infinite_scroll_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 722 def infinite_scroll_element # This is a stub, used for indexing end
@note Defined as +link :inputs+ Clicks inputs
# File lib/page/index.stub.rb, line 738 def inputs # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_inputs end
@return [Boolean] true if the inputs
element is present on the page
# File lib/page/index.stub.rb, line 758 def inputs? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.inputs_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 749 def inputs_element # This is a stub, used for indexing end
@note Defined as +link :javascript_alerts+ Clicks javascript_alerts
# File lib/page/index.stub.rb, line 792 def javascript_alerts # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_javascript_alerts end
@return [Boolean] true if the javascript_alerts
element is present on the page
# File lib/page/index.stub.rb, line 812 def javascript_alerts? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.javascript_alerts_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 803 def javascript_alerts_element # This is a stub, used for indexing end
@note Defined as +link :javascript_onload_event_error+ Clicks javascript_onload_event_error
# File lib/page/index.stub.rb, line 819 def javascript_onload_event_error # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_javascript_onload_event_error end
@return [Boolean] true if the javascript_onload_event_error
element is present on the page
# File lib/page/index.stub.rb, line 839 def javascript_onload_event_error? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.javascript_onload_event_error_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 830 def javascript_onload_event_error_element # This is a stub, used for indexing end
@note Defined as +link :key_presses+ Clicks key_presses
# File lib/page/index.stub.rb, line 846 def key_presses # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_key_presses end
@return [Boolean] true if the key_presses
element is present on the page
# File lib/page/index.stub.rb, line 866 def key_presses? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.key_presses_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 857 def key_presses_element # This is a stub, used for indexing end
@note Defined as +link :large_and_deep_dom+ Clicks large_and_deep_dom
# File lib/page/index.stub.rb, line 873 def large_and_deep_dom # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_large_and_deep_dom end
@return [Boolean] true if the large_and_deep_dom
element is present on the page
# File lib/page/index.stub.rb, line 893 def large_and_deep_dom? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.large_and_deep_dom_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 884 def large_and_deep_dom_element # This is a stub, used for indexing end
@note Defined as +link :multiple_windows+ Clicks multiple_windows
# File lib/page/index.stub.rb, line 900 def multiple_windows # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_multiple_windows end
@return [Boolean] true if the multiple_windows
element is present on the page
# File lib/page/index.stub.rb, line 920 def multiple_windows? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.multiple_windows_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 911 def multiple_windows_element # This is a stub, used for indexing end
@note Defined as +link :nested_frames+ Clicks nested_frames
# File lib/page/index.stub.rb, line 927 def nested_frames # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_nested_frames end
@return [Boolean] true if the nested_frames
element is present on the page
# File lib/page/index.stub.rb, line 947 def nested_frames? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.nested_frames_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 938 def nested_frames_element # This is a stub, used for indexing end
@note Defined as +link :notification_messages+ Clicks notification_messages
# File lib/page/index.stub.rb, line 954 def notification_messages # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_notification_messages end
@return [Boolean] true if the notification_messages
element is present on the page
# File lib/page/index.stub.rb, line 974 def notification_messages? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.notification_messages_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 965 def notification_messages_element # This is a stub, used for indexing end
@note Defined as +link :redirect_link+ Clicks redirect_link
# File lib/page/index.stub.rb, line 981 def redirect_link # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_redirect_link end
@return [Boolean] true if the redirect_link
element is present on the page
# File lib/page/index.stub.rb, line 1001 def redirect_link? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.redirect_link_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 992 def redirect_link_element # This is a stub, used for indexing end
@note Defined as +link :secure_file_download+ Clicks secure_file_download
# File lib/page/index.stub.rb, line 1008 def secure_file_download # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_secure_file_download end
@return [Boolean] true if the secure_file_download
element is present on the page
# File lib/page/index.stub.rb, line 1028 def secure_file_download? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.secure_file_download_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 1019 def secure_file_download_element # This is a stub, used for indexing end
@note Defined as +link :shadow_dom+ Clicks shadow_dom
# File lib/page/index.stub.rb, line 1035 def shadow_dom # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_shadow_dom end
@return [Boolean] true if the shadow_dom
element is present on the page
# File lib/page/index.stub.rb, line 1055 def shadow_dom? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.shadow_dom_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 1046 def shadow_dom_element # This is a stub, used for indexing end
@note Defined as +link :shifting_content+ Clicks shifting_content
# File lib/page/index.stub.rb, line 1062 def shifting_content # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_shifting_content end
@return [Boolean] true if the shifting_content
element is present on the page
# File lib/page/index.stub.rb, line 1082 def shifting_content? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.shifting_content_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 1073 def shifting_content_element # This is a stub, used for indexing end
@note Defined as +link :slow_resources+ Clicks slow_resources
# File lib/page/index.stub.rb, line 1089 def slow_resources # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_slow_resources end
@return [Boolean] true if the slow_resources
element is present on the page
# File lib/page/index.stub.rb, line 1109 def slow_resources? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.slow_resources_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 1100 def slow_resources_element # This is a stub, used for indexing end
@note Defined as +link :sortable_data_tables+ Clicks sortable_data_tables
# File lib/page/index.stub.rb, line 1116 def sortable_data_tables # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_sortable_data_tables end
@return [Boolean] true if the sortable_data_tables
element is present on the page
# File lib/page/index.stub.rb, line 1136 def sortable_data_tables? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.sortable_data_tables_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 1127 def sortable_data_tables_element # This is a stub, used for indexing end
@note Defined as +link :status_codes+ Clicks status_codes
# File lib/page/index.stub.rb, line 1143 def status_codes # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_status_codes end
@return [Boolean] true if the status_codes
element is present on the page
# File lib/page/index.stub.rb, line 1163 def status_codes? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.status_codes_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 1154 def status_codes_element # This is a stub, used for indexing end
@note Defined as +link :typos+ Clicks typos
# File lib/page/index.stub.rb, line 1170 def typos # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_typos end
@return [Boolean] true if the typos
element is present on the page
# File lib/page/index.stub.rb, line 1190 def typos? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.typos_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 1181 def typos_element # This is a stub, used for indexing end
@note Defined as +link :wysiwyg_editor+ Clicks wysiwyg_editor
# File lib/page/index.stub.rb, line 1197 def wysiwyg_editor # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index).to be_wysiwyg_editor end
@return [Boolean] true if the wysiwyg_editor
element is present on the page
# File lib/page/index.stub.rb, line 1217 def wysiwyg_editor? # This is a stub, used for indexing end
@example
TheInternet::Page::Index.perform do |index| expect(index.wysiwyg_editor_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/page/index.stub.rb, line 1208 def wysiwyg_editor_element # This is a stub, used for indexing end