Class: Watir::Table

Inherits:
HTMLElement show all
Includes:
RowContainer
Defined in:
lib/watir-webdriver/elements/table.rb,
lib/watir-webdriver/elements/html_elements.rb

Constant Summary

Constants included from Atoms

Atoms::ATOMS

Instance Method Summary collapse

Methods included from RowContainer

#row, #rows, #strings

Methods inherited from HTMLElement

#access_key, #access_key_label, #command_checked?, #command_disabled?, #command_hidden?, #command_icon, #command_label, #command_type, #content_editable, #content_editable?, #context_menu, #dataset, #dir, #draggable?, #dropzone, #hidden?, #item_id, #item_prop, #item_ref, #item_scope?, #item_type, #item_value, #lang, #onabort, #onautocomplete, #onautocompleteerror, #onblur, #oncancel, #oncanplay, #oncanplaythrough, #onchange, #onclick, #onclose, #oncontextmenu, #oncuechange, #ondblclick, #ondrag, #ondragend, #ondragenter, #ondragexit, #ondragleave, #ondragover, #ondragstart, #ondrop, #ondurationchange, #onemptied, #onended, #onerror, #onfocus, #oninput, #oninvalid, #onkeydown, #onkeypress, #onkeyup, #onload, #onloadeddata, #onloadedmetadata, #onloadstart, #onmousedown, #onmouseenter, #onmouseleave, #onmousemove, #onmouseout, #onmouseover, #onmouseup, #onmousewheel, #onpause, #onplay, #onplaying, #onprogress, #onratechange, #onreset, #onresize, #onscroll, #onseeked, #onseeking, #onselect, #onshow, #onsort, #onstalled, #onsubmit, #onsuspend, #ontimeupdate, #ontoggle, #onvolumechange, #onwaiting, #properties, #spellcheck?, #tab_index, #title, #translate?

Methods inherited from Element

#==, #attribute_value, #browser, #class_name, #click, #double_click, #drag_and_drop_by, #drag_and_drop_on, #driver, #enabled?, #exists?, #fire_event, #flash, #focus, #focused?, #hash, #hover, #id, #initialize, #inner_html, #inspect, #outer_html, #parent, #present?, #right_click, #select_text, #send_keys, #style, #tag_name, #text, #to_subtype, #value, #visible?, #wd

Methods included from AttributeHelper

#attribute, #attribute_list, #inherit_attributes_from, #method, #typed_attributes

Methods included from EventuallyPresent

#wait_until_present, #wait_while_present, #when_enabled, #when_present

Methods included from Container

#a, #abbr, #abbrs, #address, #addresses, #animate, #animate_motion, #animate_motions, #animate_transform, #animate_transforms, #animates, #area, #areas, #article, #articles, #as, #aside, #asides, #audio, #audios, #b, #base, #bases, #bdi, #bdis, #bdo, #bdos, #blockquote, #blockquotes, #body, #bodys, #br, #brs, #bs, #button, #buttons, #canvas, #canvases, #captions, #checkbox, #checkboxes, #circle, #circles, #cite, #cites, #code, #codes, #col, #colgroup, #colgroups, #cols, #cursor, #cursors, #data, #datalist, #datalists, #datas, #dd, #dds, #defs, #defss, #del, #dels, #desc, #descs, #details, #detailses, #dfn, #dfns, #dialog, #dialogs, #discard, #discards, #div, #divs, #dl, #dls, #dt, #dts, #element, #elements, #ellipse, #ellipses, #em, #embed, #embeds, #ems, #extract_selector, #field_set, #field_sets, #fieldset, #fieldsets, #figcaption, #figcaptions, #figure, #figures, #file_field, #file_fields, #font, #fonts, #footer, #footers, #foreign_object, #foreign_objects, #form, #forms, #frames, #frameset, #framesets, #g, #gs, #h1, #h1s, #h2, #h2s, #h3, #h3s, #h4, #h4s, #h5, #h5s, #h6, #h6s, #head, #header, #headers, #heads, #hgroup, #hgroups, #hidden, #hiddens, #hr, #hrs, #html, #htmls, #i, #iframe, #iframes, #image, #images, #img, #imgs, #input, #inputs, #ins, #inses, #is, #kbd, #kbds, #keygen, #keygens, #label, #labels, #legend, #legends, #li, #line, #linear_gradient, #linear_gradients, #lines, #link, #links, #lis, #main, #mains, #map, #maps, #mark, #marker, #markers, #marks, #menu, #menuitem, #menuitems, #menus, #mesh_gradient, #mesh_gradients, #mesh_patch, #mesh_patches, #mesh_row, #mesh_rows, #meta, #metadata, #metadatas, #metas, #meter, #meters, #mpath, #mpaths, #nav, #navs, #noscript, #noscripts, #object, #objects, #ol, #ols, #optgroup, #optgroups, #option, #options, #output, #outputs, #p, #param, #params, #path, #paths, #pattern, #patterns, #polygon, #polygons, #polyline, #polylines, #pre, #pres, #progress, #progresses, #ps, #q, #qs, #radial_gradient, #radial_gradients, #radio, #radios, #rect, #rects, #rp, #rps, #rt, #rts, #rubies, #ruby, #s, #samp, #samps, #script, #scripts, #section, #sections, #select, #select_list, #select_lists, #selects, #set, #sets, #small, #smalls, #source, #sources, #span, #spans, #ss, #stop, #stops, #strong, #strongs, #style, #styles, #sub, #subs, #summaries, #sup, #sups, #svg, #svgs, #switch, #switches, #symbol, #symbols, #table, #tables, #tbody, #tbodys, #td, #tds, #template, #templates, #text_field, #text_fields, #text_path, #text_paths, #textarea, #textareas, #tfoot, #tfoots, #th, #thead, #theads, #ths, #time, #times, #title, #titles, #tr, #track, #tracks, #trs, #tspan, #tspans, #u, #ul, #uls, #us, #use, #uses, #var, #vars, #video, #videos, #view, #views, #wbr, #wbrs

Methods included from Atoms

load

Methods included from XpathSupport

downcase, escape

Constructor Details

This class inherits a constructor from Watir::Element

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Watir::Element

Instance Method Details

#[](idx) ⇒ Object

Returns row of this table with given index.

Parameters:

  • idx (Fixnum)

Returns:

  • Watir::TableRow



37
38
39
# File 'lib/watir-webdriver/elements/table.rb', line 37

def [](idx)
  row(:index, idx)
end

#alignString

Returns value of align property.

Returns:

  • (String)

    value of align property



654
# File 'lib/watir-webdriver/elements/html_elements.rb', line 654

attribute(String, :align, :align)

#bg_colorString

Returns value of bgColor property.

Returns:

  • (String)

    value of bgColor property



660
# File 'lib/watir-webdriver/elements/html_elements.rb', line 660

attribute(String, :bg_color, :bgColor)

#borderString

Returns value of border property.

Returns:

  • (String)

    value of border property



655
# File 'lib/watir-webdriver/elements/html_elements.rb', line 655

attribute(String, :border, :border)

#captionString

Returns value of caption property.

Returns:

  • (String)

    value of caption property



649
# File 'lib/watir-webdriver/elements/html_elements.rb', line 649

attribute(String, :caption, :caption)

#cell_paddingString

Returns value of cellPadding property.

Returns:

  • (String)

    value of cellPadding property



661
# File 'lib/watir-webdriver/elements/html_elements.rb', line 661

attribute(String, :cell_padding, :cellPadding)

#cell_spacingString

Returns value of cellSpacing property.

Returns:

  • (String)

    value of cellSpacing property



662
# File 'lib/watir-webdriver/elements/html_elements.rb', line 662

attribute(String, :cell_spacing, :cellSpacing)

#frameString

Returns value of frame property.

Returns:

  • (String)

    value of frame property



656
# File 'lib/watir-webdriver/elements/html_elements.rb', line 656

attribute(String, :frame, :frame)

#hashesArray<Hash>

Represents table rows as hashes

Returns:

  • (Array<Hash>)


11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# File 'lib/watir-webdriver/elements/table.rb', line 11

def hashes
  all_rows   = rows.to_a
  header_row = all_rows.shift or raise Exception::Error, "no rows in table"

  headers = header_row.ths.map { |header_cell| header_cell.text  }
  result = []

  all_rows.each_with_index do |row, idx|
    cells = row.cells.to_a
    if cells.length != headers.length
      raise Exception::Error, "row at index #{idx} has #{cells.length} cells, expected #{headers.length}"
    end

    result << headers.inject({}) { |res, header| res.merge(header => cells.shift.text) }
  end

  result
end

#rulesString

Returns value of rules property.

Returns:

  • (String)

    value of rules property



657
# File 'lib/watir-webdriver/elements/html_elements.rb', line 657

attribute(String, :rules, :rules)

#sortable?Boolean

Returns value of sortable property.

Returns:

  • (Boolean)

    value of sortable property



653
# File 'lib/watir-webdriver/elements/html_elements.rb', line 653

attribute("Boolean", :sortable?, :sortable)

#summaryString

Returns value of summary property.

Returns:

  • (String)

    value of summary property



658
# File 'lib/watir-webdriver/elements/html_elements.rb', line 658

attribute(String, :summary, :summary)

#t_bodiesString

Returns value of tBodies property.

Returns:

  • (String)

    value of tBodies property



652
# File 'lib/watir-webdriver/elements/html_elements.rb', line 652

attribute(String, :t_bodies, :tBodies)

#t_footString

Returns value of tFoot property.

Returns:

  • (String)

    value of tFoot property



651
# File 'lib/watir-webdriver/elements/html_elements.rb', line 651

attribute(String, :t_foot, :tFoot)

#t_headString

Returns value of tHead property.

Returns:

  • (String)

    value of tHead property



650
# File 'lib/watir-webdriver/elements/html_elements.rb', line 650

attribute(String, :t_head, :tHead)

#widthString

Returns value of width property.

Returns:

  • (String)

    value of width property



659
# File 'lib/watir-webdriver/elements/html_elements.rb', line 659

attribute(String, :width, :width)