class TheInternet::Page::Index

Index page at the-internet.herokuapp.com/

Public Instance Methods

a_b_testing() click to toggle source

@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
a_b_testing?() click to toggle source

@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
a_b_testing_element() click to toggle source

@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
add_remove_elements() click to toggle source

@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
add_remove_elements?() click to toggle source

@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
add_remove_elements_element() click to toggle source

@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
basic_auth() click to toggle source

@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
basic_auth?() click to toggle source

@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
basic_auth_element() click to toggle source

@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
broken_images() click to toggle source

@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
broken_images?() click to toggle source

@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
broken_images_element() click to toggle source

@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
challenging_dom() click to toggle source

@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
challenging_dom?() click to toggle source

@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
challenging_dom_element() click to toggle source

@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
checkboxes() click to toggle source

@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
checkboxes?() click to toggle source

@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
checkboxes_element() click to toggle source

@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
context_menu() click to toggle source

@note Defined as +link :context_menu+ Clicks context_menu

# File lib/page/index.stub.rb, line 198
def context_menu
  # This is a stub, used for indexing
end
context_menu?() click to toggle source

@example

TheInternet::Page::Index.perform do |index|
  expect(index).to be_context_menu
end

@return [Boolean] true if the context_menu element is present on the page

# File lib/page/index.stub.rb, line 218
def context_menu?
  # This is a stub, used for indexing
end
context_menu_element() click to toggle source

@example

TheInternet::Page::Index.perform do |index|
  expect(index.context_menu_element).to exist
end

@return [Watir::Link] The raw Link element

# File lib/page/index.stub.rb, line 209
def context_menu_element
  # This is a stub, used for indexing
end
digest_authentication() click to toggle source

@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
digest_authentication?() click to toggle source

@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
digest_authentication_element() click to toggle source

@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
disappearing_elements() click to toggle source

@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
disappearing_elements?() click to toggle source

@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
disappearing_elements_element() click to toggle source

@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
drag_and_drop() click to toggle source

@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
drag_and_drop?() click to toggle source

@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
drag_and_drop_element() click to toggle source

@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
dropdown() click to toggle source

@note Defined as +link :dropdown+ Clicks dropdown

dropdown?() click to toggle source

@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

dropdown_element() click to toggle source

@example

TheInternet::Page::Index.perform do |index|
  expect(index.dropdown_element).to exist
end

@return [Watir::Link] The raw Link element

dynamic_content() click to toggle source

@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
dynamic_content?() click to toggle source

@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
dynamic_content_element() click to toggle source

@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
dynamic_controls() click to toggle source

@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
dynamic_controls?() click to toggle source

@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
dynamic_controls_element() click to toggle source

@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
dynamic_loading() click to toggle source

@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
dynamic_loading?() click to toggle source

@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
dynamic_loading_element() click to toggle source

@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
entry_ad() click to toggle source

@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
entry_ad?() click to toggle source

@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
entry_ad_element() click to toggle source

@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
exit_intent() click to toggle source

@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
exit_intent?() click to toggle source

@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
exit_intent_element() click to toggle source

@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
file_download() click to toggle source

@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
file_download?() click to toggle source

@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
file_download_element() click to toggle source

@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
file_upload() click to toggle source

@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
file_upload?() click to toggle source

@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
file_upload_element() click to toggle source

@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
floating_menu() click to toggle source

@note Defined as +link :floating_menu+ Clicks floating_menu

# File lib/page/index.stub.rb, line 522
def floating_menu
  # This is a stub, used for indexing
end
floating_menu?() click to toggle source

@example

TheInternet::Page::Index.perform do |index|
  expect(index).to be_floating_menu
end

@return [Boolean] true if the floating_menu element is present on the page

# File lib/page/index.stub.rb, line 542
def floating_menu?
  # This is a stub, used for indexing
end
floating_menu_element() click to toggle source

@example

TheInternet::Page::Index.perform do |index|
  expect(index.floating_menu_element).to exist
end

@return [Watir::Link] The raw Link element

# File lib/page/index.stub.rb, line 533
def floating_menu_element
  # This is a stub, used for indexing
end
forgot_password() click to toggle source

@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
forgot_password?() click to toggle source

@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
forgot_password_element() click to toggle source

@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
form_authentication() click to toggle source

@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
form_authentication?() click to toggle source

@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
form_authentication_element() click to toggle source

@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
frames() click to toggle source

@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
frames?() click to toggle source

@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
frames_element() click to toggle source

@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
geolocation() click to toggle source

@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
geolocation?() click to toggle source

@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
geolocation_element() click to toggle source

@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
heading() click to toggle source

@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
heading?() click to toggle source

@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
heading_element() click to toggle source

@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
horizontal_slider() click to toggle source

@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
horizontal_slider?() click to toggle source

@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
horizontal_slider_element() click to toggle source

@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
hovers() click to toggle source

@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
hovers?() click to toggle source

@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
hovers_element() click to toggle source

@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
infinite_scroll() click to toggle source

@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
infinite_scroll?() click to toggle source

@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
infinite_scroll_element() click to toggle source

@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
inputs() click to toggle source

@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
inputs?() click to toggle source

@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
inputs_element() click to toggle source

@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
javascript_alerts() click to toggle source

@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
javascript_alerts?() click to toggle source

@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
javascript_alerts_element() click to toggle source

@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
javascript_onload_event_error() click to toggle source

@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
javascript_onload_event_error?() click to toggle source

@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
javascript_onload_event_error_element() click to toggle source

@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
jquery_ui_menus() click to toggle source

@note Defined as +link :jquery_ui_menus+ Clicks jquery_ui_menus

# File lib/page/index.stub.rb, line 765
def jquery_ui_menus
  # This is a stub, used for indexing
end
jquery_ui_menus?() click to toggle source

@example

TheInternet::Page::Index.perform do |index|
  expect(index).to be_jquery_ui_menus
end

@return [Boolean] true if the jquery_ui_menus element is present on the page

# File lib/page/index.stub.rb, line 785
def jquery_ui_menus?
  # This is a stub, used for indexing
end
jquery_ui_menus_element() click to toggle source

@example

TheInternet::Page::Index.perform do |index|
  expect(index.jquery_ui_menus_element).to exist
end

@return [Watir::Link] The raw Link element

# File lib/page/index.stub.rb, line 776
def jquery_ui_menus_element
  # This is a stub, used for indexing
end
key_presses() click to toggle source

@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
key_presses?() click to toggle source

@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
key_presses_element() click to toggle source

@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
large_and_deep_dom() click to toggle source

@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
large_and_deep_dom?() click to toggle source

@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
large_and_deep_dom_element() click to toggle source

@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
multiple_windows() click to toggle source

@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
multiple_windows?() click to toggle source

@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
multiple_windows_element() click to toggle source

@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
nested_frames() click to toggle source

@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
nested_frames?() click to toggle source

@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
nested_frames_element() click to toggle source

@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
notification_messages() click to toggle source

@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
notification_messages?() click to toggle source

@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
notification_messages_element() click to toggle source

@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
secure_file_download() click to toggle source

@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
secure_file_download?() click to toggle source

@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
secure_file_download_element() click to toggle source

@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
shadow_dom() click to toggle source

@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
shadow_dom?() click to toggle source

@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
shadow_dom_element() click to toggle source

@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
shifting_content() click to toggle source

@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
shifting_content?() click to toggle source

@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
shifting_content_element() click to toggle source

@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
slow_resources() click to toggle source

@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
slow_resources?() click to toggle source

@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
slow_resources_element() click to toggle source

@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
sortable_data_tables() click to toggle source

@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
sortable_data_tables?() click to toggle source

@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
sortable_data_tables_element() click to toggle source

@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
status_codes() click to toggle source

@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
status_codes?() click to toggle source

@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
status_codes_element() click to toggle source

@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
typos() click to toggle source

@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
typos?() click to toggle source

@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
typos_element() click to toggle source

@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
wysiwyg_editor() click to toggle source

@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
wysiwyg_editor?() click to toggle source

@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
wysiwyg_editor_element() click to toggle source

@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