Module: TheInternet::Page::Index

Defined in:
lib/page/index.stub.rb

Instance Method Summary collapse

Instance Method Details

#a_b_testingObject

Note:

Defined as link :a_b_testing

Clicks a_b_testing



36
37
38
# File 'lib/page/index.stub.rb', line 36

def a_b_testing
  # This is a stub, used for indexing
end

#a_b_testing?Boolean

Returns true if the a_b_testing element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the a_b_testing element is present on the page



56
57
58
# File 'lib/page/index.stub.rb', line 56

def a_b_testing?
  # This is a stub, used for indexing
end

#a_b_testing_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



47
48
49
# File 'lib/page/index.stub.rb', line 47

def a_b_testing_element
  # This is a stub, used for indexing
end

#add_remove_elementsObject

Note:

Defined as link :add_remove_elements

Clicks add_remove_elements



63
64
65
# File 'lib/page/index.stub.rb', line 63

def add_remove_elements
  # This is a stub, used for indexing
end

#add_remove_elements?Boolean

Returns true if the add_remove_elements element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the add_remove_elements element is present on the page



83
84
85
# File 'lib/page/index.stub.rb', line 83

def add_remove_elements?
  # This is a stub, used for indexing
end

#add_remove_elements_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



74
75
76
# File 'lib/page/index.stub.rb', line 74

def add_remove_elements_element
  # This is a stub, used for indexing
end

#basic_authObject

Note:

Defined as link :basic_auth

Clicks basic_auth



90
91
92
# File 'lib/page/index.stub.rb', line 90

def basic_auth
  # This is a stub, used for indexing
end

#basic_auth?Boolean

Returns true if the basic_auth element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the basic_auth element is present on the page



110
111
112
# File 'lib/page/index.stub.rb', line 110

def basic_auth?
  # This is a stub, used for indexing
end

#basic_auth_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



101
102
103
# File 'lib/page/index.stub.rb', line 101

def basic_auth_element
  # This is a stub, used for indexing
end

#broken_imagesObject

Note:

Defined as link :broken_images

Clicks broken_images



117
118
119
# File 'lib/page/index.stub.rb', line 117

def broken_images
  # This is a stub, used for indexing
end

#broken_images?Boolean

Returns true if the broken_images element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the broken_images element is present on the page



137
138
139
# File 'lib/page/index.stub.rb', line 137

def broken_images?
  # This is a stub, used for indexing
end

#broken_images_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



128
129
130
# File 'lib/page/index.stub.rb', line 128

def broken_images_element
  # This is a stub, used for indexing
end

#challenging_domObject

Note:

Defined as link :challenging_dom

Clicks challenging_dom



144
145
146
# File 'lib/page/index.stub.rb', line 144

def challenging_dom
  # This is a stub, used for indexing
end

#challenging_dom?Boolean

Returns true if the challenging_dom element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the challenging_dom element is present on the page



164
165
166
# File 'lib/page/index.stub.rb', line 164

def challenging_dom?
  # This is a stub, used for indexing
end

#challenging_dom_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



155
156
157
# File 'lib/page/index.stub.rb', line 155

def challenging_dom_element
  # This is a stub, used for indexing
end

#checkboxesObject

Note:

Defined as link :checkboxes

Clicks checkboxes



171
172
173
# File 'lib/page/index.stub.rb', line 171

def checkboxes
  # This is a stub, used for indexing
end

#checkboxes?Boolean

Returns true if the checkboxes element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the checkboxes element is present on the page



191
192
193
# File 'lib/page/index.stub.rb', line 191

def checkboxes?
  # This is a stub, used for indexing
end

#checkboxes_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



182
183
184
# File 'lib/page/index.stub.rb', line 182

def checkboxes_element
  # This is a stub, used for indexing
end

#context_menuObject

Note:

Defined as link :context_menu

Clicks context_menu



198
199
200
# File 'lib/page/index.stub.rb', line 198

def context_menu
  # This is a stub, used for indexing
end

#context_menu?Boolean

Returns true if the context_menu element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the context_menu element is present on the page



218
219
220
# File 'lib/page/index.stub.rb', line 218

def context_menu?
  # This is a stub, used for indexing
end

#context_menu_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



209
210
211
# File 'lib/page/index.stub.rb', line 209

def context_menu_element
  # This is a stub, used for indexing
end

#digest_authenticationObject

Note:

Defined as link :digest_authentication

Clicks digest_authentication



225
226
227
# File 'lib/page/index.stub.rb', line 225

def digest_authentication
  # This is a stub, used for indexing
end

#digest_authentication?Boolean

Returns true if the digest_authentication element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the digest_authentication element is present on the page



245
246
247
# File 'lib/page/index.stub.rb', line 245

def digest_authentication?
  # This is a stub, used for indexing
end

#digest_authentication_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



236
237
238
# File 'lib/page/index.stub.rb', line 236

def digest_authentication_element
  # This is a stub, used for indexing
end

#disappearing_elementsObject

Note:

Defined as link :disappearing_elements

Clicks disappearing_elements



252
253
254
# File 'lib/page/index.stub.rb', line 252

def disappearing_elements
  # This is a stub, used for indexing
end

#disappearing_elements?Boolean

Returns true if the disappearing_elements element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the disappearing_elements element is present on the page



272
273
274
# File 'lib/page/index.stub.rb', line 272

def disappearing_elements?
  # This is a stub, used for indexing
end

#disappearing_elements_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



263
264
265
# File 'lib/page/index.stub.rb', line 263

def disappearing_elements_element
  # This is a stub, used for indexing
end

#drag_and_dropObject

Note:

Defined as link :drag_and_drop

Clicks drag_and_drop



279
280
281
# File 'lib/page/index.stub.rb', line 279

def drag_and_drop
  # This is a stub, used for indexing
end

#drag_and_drop?Boolean

Returns true if the drag_and_drop element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the drag_and_drop element is present on the page



299
300
301
# File 'lib/page/index.stub.rb', line 299

def drag_and_drop?
  # This is a stub, used for indexing
end

#drag_and_drop_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



290
291
292
# 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



306
307
308
# File 'lib/page/index.stub.rb', line 306

def dropdown
  # This is a stub, used for indexing
end

Returns true if the dropdown element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the dropdown element is present on the page



326
327
328
# File 'lib/page/index.stub.rb', line 326

def dropdown?
  # This is a stub, used for indexing
end

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



317
318
319
# File 'lib/page/index.stub.rb', line 317

def dropdown_element
  # This is a stub, used for indexing
end

#dynamic_contentObject

Note:

Defined as link :dynamic_content

Clicks dynamic_content



333
334
335
# File 'lib/page/index.stub.rb', line 333

def dynamic_content
  # This is a stub, used for indexing
end

#dynamic_content?Boolean

Returns true if the dynamic_content element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the dynamic_content element is present on the page



353
354
355
# File 'lib/page/index.stub.rb', line 353

def dynamic_content?
  # This is a stub, used for indexing
end

#dynamic_content_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



344
345
346
# File 'lib/page/index.stub.rb', line 344

def dynamic_content_element
  # This is a stub, used for indexing
end

#dynamic_controlsObject

Note:

Defined as link :dynamic_controls

Clicks dynamic_controls



360
361
362
# File 'lib/page/index.stub.rb', line 360

def dynamic_controls
  # This is a stub, used for indexing
end

#dynamic_controls?Boolean

Returns true if the dynamic_controls element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the dynamic_controls element is present on the page



380
381
382
# File 'lib/page/index.stub.rb', line 380

def dynamic_controls?
  # This is a stub, used for indexing
end

#dynamic_controls_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



371
372
373
# File 'lib/page/index.stub.rb', line 371

def dynamic_controls_element
  # This is a stub, used for indexing
end

#dynamic_loadingObject

Note:

Defined as link :dynamic_loading

Clicks dynamic_loading



387
388
389
# File 'lib/page/index.stub.rb', line 387

def dynamic_loading
  # This is a stub, used for indexing
end

#dynamic_loading?Boolean

Returns true if the dynamic_loading element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the dynamic_loading element is present on the page



407
408
409
# File 'lib/page/index.stub.rb', line 407

def dynamic_loading?
  # This is a stub, used for indexing
end

#dynamic_loading_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



398
399
400
# File 'lib/page/index.stub.rb', line 398

def dynamic_loading_element
  # This is a stub, used for indexing
end

#entry_adObject

Note:

Defined as link :entry_ad

Clicks entry_ad



414
415
416
# File 'lib/page/index.stub.rb', line 414

def entry_ad
  # This is a stub, used for indexing
end

#entry_ad?Boolean

Returns true if the entry_ad element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the entry_ad element is present on the page



434
435
436
# File 'lib/page/index.stub.rb', line 434

def entry_ad?
  # This is a stub, used for indexing
end

#entry_ad_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



425
426
427
# File 'lib/page/index.stub.rb', line 425

def entry_ad_element
  # This is a stub, used for indexing
end

#exit_intentObject

Note:

Defined as link :exit_intent

Clicks exit_intent



441
442
443
# File 'lib/page/index.stub.rb', line 441

def exit_intent
  # This is a stub, used for indexing
end

#exit_intent?Boolean

Returns true if the exit_intent element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the exit_intent element is present on the page



461
462
463
# File 'lib/page/index.stub.rb', line 461

def exit_intent?
  # This is a stub, used for indexing
end

#exit_intent_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



452
453
454
# File 'lib/page/index.stub.rb', line 452

def exit_intent_element
  # This is a stub, used for indexing
end

#file_downloadObject

Note:

Defined as link :file_download

Clicks file_download



468
469
470
# File 'lib/page/index.stub.rb', line 468

def file_download
  # This is a stub, used for indexing
end

#file_download?Boolean

Returns true if the file_download element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the file_download element is present on the page



488
489
490
# File 'lib/page/index.stub.rb', line 488

def file_download?
  # This is a stub, used for indexing
end

#file_download_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



479
480
481
# File 'lib/page/index.stub.rb', line 479

def file_download_element
  # This is a stub, used for indexing
end

#file_uploadObject

Note:

Defined as link :file_upload

Clicks file_upload



495
496
497
# File 'lib/page/index.stub.rb', line 495

def file_upload
  # This is a stub, used for indexing
end

#file_upload?Boolean

Returns true if the file_upload element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the file_upload element is present on the page



515
516
517
# File 'lib/page/index.stub.rb', line 515

def file_upload?
  # This is a stub, used for indexing
end

#file_upload_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



506
507
508
# File 'lib/page/index.stub.rb', line 506

def file_upload_element
  # This is a stub, used for indexing
end

#floating_menuObject

Note:

Defined as link :floating_menu

Clicks floating_menu



522
523
524
# File 'lib/page/index.stub.rb', line 522

def floating_menu
  # This is a stub, used for indexing
end

#floating_menu?Boolean

Returns true if the floating_menu element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the floating_menu element is present on the page



542
543
544
# File 'lib/page/index.stub.rb', line 542

def floating_menu?
  # This is a stub, used for indexing
end

#floating_menu_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



533
534
535
# File 'lib/page/index.stub.rb', line 533

def floating_menu_element
  # This is a stub, used for indexing
end

#forgot_passwordObject

Note:

Defined as link :forgot_password

Clicks forgot_password



549
550
551
# File 'lib/page/index.stub.rb', line 549

def forgot_password
  # This is a stub, used for indexing
end

#forgot_password?Boolean

Returns true if the forgot_password element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the forgot_password element is present on the page



569
570
571
# File 'lib/page/index.stub.rb', line 569

def forgot_password?
  # This is a stub, used for indexing
end

#forgot_password_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



560
561
562
# File 'lib/page/index.stub.rb', line 560

def forgot_password_element
  # This is a stub, used for indexing
end

#form_authenticationObject

Note:

Defined as link :form_authentication

Clicks form_authentication



576
577
578
# File 'lib/page/index.stub.rb', line 576

def form_authentication
  # This is a stub, used for indexing
end

#form_authentication?Boolean

Returns true if the form_authentication element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the form_authentication element is present on the page



596
597
598
# File 'lib/page/index.stub.rb', line 596

def form_authentication?
  # This is a stub, used for indexing
end

#form_authentication_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



587
588
589
# File 'lib/page/index.stub.rb', line 587

def form_authentication_element
  # This is a stub, used for indexing
end

#framesObject

Note:

Defined as link :frames

Clicks frames



603
604
605
# File 'lib/page/index.stub.rb', line 603

def frames
  # This is a stub, used for indexing
end

#frames?Boolean

Returns true if the frames element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the frames element is present on the page



623
624
625
# File 'lib/page/index.stub.rb', line 623

def frames?
  # This is a stub, used for indexing
end

#frames_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



614
615
616
# File 'lib/page/index.stub.rb', line 614

def frames_element
  # This is a stub, used for indexing
end

#geolocationObject

Note:

Defined as link :geolocation

Clicks geolocation



630
631
632
# File 'lib/page/index.stub.rb', line 630

def geolocation
  # This is a stub, used for indexing
end

#geolocation?Boolean

Returns true if the geolocation element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the geolocation element is present on the page



650
651
652
# File 'lib/page/index.stub.rb', line 650

def geolocation?
  # This is a stub, used for indexing
end

#geolocation_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



641
642
643
# File 'lib/page/index.stub.rb', line 641

def geolocation_element
  # This is a stub, used for indexing
end

#headingString

Note:

Defined as h1 :heading

Returns The text content or value of heading.

Returns:

  • (String)

    The text content or value of heading



9
10
11
# File 'lib/page/index.stub.rb', line 9

def heading
  # This is a stub, used for indexing
end

#heading?Boolean

Returns true if the heading element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the heading element is present on the page



29
30
31
# File 'lib/page/index.stub.rb', line 29

def heading?
  # This is a stub, used for indexing
end

#heading_elementWatir::H1

Returns The raw H1 element.

Examples:

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

Returns:

  • (Watir::H1)

    The raw H1 element



20
21
22
# File 'lib/page/index.stub.rb', line 20

def heading_element
  # This is a stub, used for indexing
end

#horizontal_sliderObject

Note:

Defined as link :horizontal_slider

Clicks horizontal_slider



657
658
659
# File 'lib/page/index.stub.rb', line 657

def horizontal_slider
  # This is a stub, used for indexing
end

#horizontal_slider?Boolean

Returns true if the horizontal_slider element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the horizontal_slider element is present on the page



677
678
679
# File 'lib/page/index.stub.rb', line 677

def horizontal_slider?
  # This is a stub, used for indexing
end

#horizontal_slider_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



668
669
670
# File 'lib/page/index.stub.rb', line 668

def horizontal_slider_element
  # This is a stub, used for indexing
end

#hoversObject

Note:

Defined as link :hovers

Clicks hovers



684
685
686
# File 'lib/page/index.stub.rb', line 684

def hovers
  # This is a stub, used for indexing
end

#hovers?Boolean

Returns true if the hovers element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the hovers element is present on the page



704
705
706
# File 'lib/page/index.stub.rb', line 704

def hovers?
  # This is a stub, used for indexing
end

#hovers_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



695
696
697
# File 'lib/page/index.stub.rb', line 695

def hovers_element
  # This is a stub, used for indexing
end

#infinite_scrollObject

Note:

Defined as link :infinite_scroll

Clicks infinite_scroll



711
712
713
# File 'lib/page/index.stub.rb', line 711

def infinite_scroll
  # This is a stub, used for indexing
end

#infinite_scroll?Boolean

Returns true if the infinite_scroll element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the infinite_scroll element is present on the page



731
732
733
# File 'lib/page/index.stub.rb', line 731

def infinite_scroll?
  # This is a stub, used for indexing
end

#infinite_scroll_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



722
723
724
# File 'lib/page/index.stub.rb', line 722

def infinite_scroll_element
  # This is a stub, used for indexing
end

#inputsObject

Note:

Defined as link :inputs

Clicks inputs



738
739
740
# File 'lib/page/index.stub.rb', line 738

def inputs
  # This is a stub, used for indexing
end

#inputs?Boolean

Returns true if the inputs element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the inputs element is present on the page



758
759
760
# File 'lib/page/index.stub.rb', line 758

def inputs?
  # This is a stub, used for indexing
end

#inputs_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



749
750
751
# File 'lib/page/index.stub.rb', line 749

def inputs_element
  # This is a stub, used for indexing
end

#javascript_alertsObject

Note:

Defined as link :javascript_alerts

Clicks javascript_alerts



792
793
794
# File 'lib/page/index.stub.rb', line 792

def javascript_alerts
  # This is a stub, used for indexing
end

#javascript_alerts?Boolean

Returns true if the javascript_alerts element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the javascript_alerts element is present on the page



812
813
814
# File 'lib/page/index.stub.rb', line 812

def javascript_alerts?
  # This is a stub, used for indexing
end

#javascript_alerts_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



803
804
805
# File 'lib/page/index.stub.rb', line 803

def javascript_alerts_element
  # This is a stub, used for indexing
end

#javascript_onload_event_errorObject

Note:

Defined as link :javascript_onload_event_error

Clicks javascript_onload_event_error



819
820
821
# 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?Boolean

Returns true if the javascript_onload_event_error element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the javascript_onload_event_error element is present on the page



839
840
841
# 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_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



830
831
832
# File 'lib/page/index.stub.rb', line 830

def javascript_onload_event_error_element
  # This is a stub, used for indexing
end

#jquery_ui_menusObject

Note:

Defined as link :jquery_ui_menus

Clicks jquery_ui_menus



765
766
767
# File 'lib/page/index.stub.rb', line 765

def jquery_ui_menus
  # This is a stub, used for indexing
end

#jquery_ui_menus?Boolean

Returns true if the jquery_ui_menus element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the jquery_ui_menus element is present on the page



785
786
787
# File 'lib/page/index.stub.rb', line 785

def jquery_ui_menus?
  # This is a stub, used for indexing
end

#jquery_ui_menus_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



776
777
778
# File 'lib/page/index.stub.rb', line 776

def jquery_ui_menus_element
  # This is a stub, used for indexing
end

#key_pressesObject

Note:

Defined as link :key_presses

Clicks key_presses



846
847
848
# File 'lib/page/index.stub.rb', line 846

def key_presses
  # This is a stub, used for indexing
end

#key_presses?Boolean

Returns true if the key_presses element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the key_presses element is present on the page



866
867
868
# File 'lib/page/index.stub.rb', line 866

def key_presses?
  # This is a stub, used for indexing
end

#key_presses_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



857
858
859
# File 'lib/page/index.stub.rb', line 857

def key_presses_element
  # This is a stub, used for indexing
end

#large_and_deep_domObject

Note:

Defined as link :large_and_deep_dom

Clicks large_and_deep_dom



873
874
875
# 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?Boolean

Returns true if the large_and_deep_dom element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the large_and_deep_dom element is present on the page



893
894
895
# 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_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



884
885
886
# File 'lib/page/index.stub.rb', line 884

def large_and_deep_dom_element
  # This is a stub, used for indexing
end

#multiple_windowsObject

Note:

Defined as link :multiple_windows

Clicks multiple_windows



900
901
902
# File 'lib/page/index.stub.rb', line 900

def multiple_windows
  # This is a stub, used for indexing
end

#multiple_windows?Boolean

Returns true if the multiple_windows element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the multiple_windows element is present on the page



920
921
922
# File 'lib/page/index.stub.rb', line 920

def multiple_windows?
  # This is a stub, used for indexing
end

#multiple_windows_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



911
912
913
# File 'lib/page/index.stub.rb', line 911

def multiple_windows_element
  # This is a stub, used for indexing
end

#nested_framesObject

Note:

Defined as link :nested_frames

Clicks nested_frames



927
928
929
# File 'lib/page/index.stub.rb', line 927

def nested_frames
  # This is a stub, used for indexing
end

#nested_frames?Boolean

Returns true if the nested_frames element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the nested_frames element is present on the page



947
948
949
# File 'lib/page/index.stub.rb', line 947

def nested_frames?
  # This is a stub, used for indexing
end

#nested_frames_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



938
939
940
# File 'lib/page/index.stub.rb', line 938

def nested_frames_element
  # This is a stub, used for indexing
end

#notification_messagesObject

Note:

Defined as link :notification_messages

Clicks notification_messages



954
955
956
# File 'lib/page/index.stub.rb', line 954

def notification_messages
  # This is a stub, used for indexing
end

#notification_messages?Boolean

Returns true if the notification_messages element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the notification_messages element is present on the page



974
975
976
# File 'lib/page/index.stub.rb', line 974

def notification_messages?
  # This is a stub, used for indexing
end

#notification_messages_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



965
966
967
# 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



981
982
983
# File 'lib/page/index.stub.rb', line 981

def redirect_link
  # This is a stub, used for indexing
end

#redirect_link?Boolean

Returns true if the redirect_link element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the redirect_link element is present on the page



1001
1002
1003
# File 'lib/page/index.stub.rb', line 1001

def redirect_link?
  # This is a stub, used for indexing
end

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



992
993
994
# File 'lib/page/index.stub.rb', line 992

def redirect_link_element
  # This is a stub, used for indexing
end

#secure_file_downloadObject

Note:

Defined as link :secure_file_download

Clicks secure_file_download



1008
1009
1010
# File 'lib/page/index.stub.rb', line 1008

def secure_file_download
  # This is a stub, used for indexing
end

#secure_file_download?Boolean

Returns true if the secure_file_download element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the secure_file_download element is present on the page



1028
1029
1030
# File 'lib/page/index.stub.rb', line 1028

def secure_file_download?
  # This is a stub, used for indexing
end

#secure_file_download_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



1019
1020
1021
# File 'lib/page/index.stub.rb', line 1019

def secure_file_download_element
  # This is a stub, used for indexing
end

#shadow_domObject

Note:

Defined as link :shadow_dom

Clicks shadow_dom



1035
1036
1037
# File 'lib/page/index.stub.rb', line 1035

def shadow_dom
  # This is a stub, used for indexing
end

#shadow_dom?Boolean

Returns true if the shadow_dom element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the shadow_dom element is present on the page



1055
1056
1057
# File 'lib/page/index.stub.rb', line 1055

def shadow_dom?
  # This is a stub, used for indexing
end

#shadow_dom_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



1046
1047
1048
# File 'lib/page/index.stub.rb', line 1046

def shadow_dom_element
  # This is a stub, used for indexing
end

#shifting_contentObject

Note:

Defined as link :shifting_content

Clicks shifting_content



1062
1063
1064
# File 'lib/page/index.stub.rb', line 1062

def shifting_content
  # This is a stub, used for indexing
end

#shifting_content?Boolean

Returns true if the shifting_content element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the shifting_content element is present on the page



1082
1083
1084
# File 'lib/page/index.stub.rb', line 1082

def shifting_content?
  # This is a stub, used for indexing
end

#shifting_content_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



1073
1074
1075
# File 'lib/page/index.stub.rb', line 1073

def shifting_content_element
  # This is a stub, used for indexing
end

#slow_resourcesObject

Note:

Defined as link :slow_resources

Clicks slow_resources



1089
1090
1091
# File 'lib/page/index.stub.rb', line 1089

def slow_resources
  # This is a stub, used for indexing
end

#slow_resources?Boolean

Returns true if the slow_resources element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the slow_resources element is present on the page



1109
1110
1111
# File 'lib/page/index.stub.rb', line 1109

def slow_resources?
  # This is a stub, used for indexing
end

#slow_resources_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



1100
1101
1102
# File 'lib/page/index.stub.rb', line 1100

def slow_resources_element
  # This is a stub, used for indexing
end

#sortable_data_tablesObject

Note:

Defined as link :sortable_data_tables

Clicks sortable_data_tables



1116
1117
1118
# File 'lib/page/index.stub.rb', line 1116

def sortable_data_tables
  # This is a stub, used for indexing
end

#sortable_data_tables?Boolean

Returns true if the sortable_data_tables element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the sortable_data_tables element is present on the page



1136
1137
1138
# File 'lib/page/index.stub.rb', line 1136

def sortable_data_tables?
  # This is a stub, used for indexing
end

#sortable_data_tables_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



1127
1128
1129
# File 'lib/page/index.stub.rb', line 1127

def sortable_data_tables_element
  # This is a stub, used for indexing
end

#status_codesObject

Note:

Defined as link :status_codes

Clicks status_codes



1143
1144
1145
# File 'lib/page/index.stub.rb', line 1143

def status_codes
  # This is a stub, used for indexing
end

#status_codes?Boolean

Returns true if the status_codes element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the status_codes element is present on the page



1163
1164
1165
# File 'lib/page/index.stub.rb', line 1163

def status_codes?
  # This is a stub, used for indexing
end

#status_codes_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



1154
1155
1156
# File 'lib/page/index.stub.rb', line 1154

def status_codes_element
  # This is a stub, used for indexing
end

#typosObject

Note:

Defined as link :typos

Clicks typos



1170
1171
1172
# File 'lib/page/index.stub.rb', line 1170

def typos
  # This is a stub, used for indexing
end

#typos?Boolean

Returns true if the typos element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the typos element is present on the page



1190
1191
1192
# File 'lib/page/index.stub.rb', line 1190

def typos?
  # This is a stub, used for indexing
end

#typos_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



1181
1182
1183
# File 'lib/page/index.stub.rb', line 1181

def typos_element
  # This is a stub, used for indexing
end

#wysiwyg_editorObject

Note:

Defined as link :wysiwyg_editor

Clicks wysiwyg_editor



1197
1198
1199
# File 'lib/page/index.stub.rb', line 1197

def wysiwyg_editor
  # This is a stub, used for indexing
end

#wysiwyg_editor?Boolean

Returns true if the wysiwyg_editor element is present on the page.

Examples:

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

Returns:

  • (Boolean)

    true if the wysiwyg_editor element is present on the page



1217
1218
1219
# File 'lib/page/index.stub.rb', line 1217

def wysiwyg_editor?
  # This is a stub, used for indexing
end

#wysiwyg_editor_elementWatir::Link

Returns The raw Link element.

Examples:

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

Returns:

  • (Watir::Link)

    The raw Link element



1208
1209
1210
# File 'lib/page/index.stub.rb', line 1208

def wysiwyg_editor_element
  # This is a stub, used for indexing
end