Class: Watir::TableCell
- Inherits:
-
HTMLElement
show all
- Defined in:
- lib/watir-webdriver/elements/generated.rb,
lib/watir-webdriver/elements/generated.rb,
lib/watir-webdriver/elements/table_cell.rb
Constant Summary
Constant Summary
AttributeHelper::IGNORED_ATTRIBUTES
Constants included
from Atoms
Atoms::ATOMS
Instance Attribute Summary (collapse)
Instance Method Summary
(collapse)
Methods inherited from HTMLElement
#access_key, #access_key_label, #class_name, #command_checked?, #command_disabled?, #command_hidden?, #command_icon, #command_label, #command_type, #content_editable, #content_editable?, #dir, #draggable?, #hidden?, #item_id, #item_scope?, #item_value, #lang, #spellcheck?, #tab_index, #title, #translate?
Methods inherited from Element
#==, #attribute_value, #browser, #click, #double_click, #drag_and_drop_by, #drag_and_drop_on, #driver, #exists?, #fire_event, #flash, #focus, #focused?, #hash, #hover, #html, #id, #initialize, #inspect, #parent, #present?, #right_click, #run_checkers, #select_text, #send_keys, #style, #tag_name, #text, #to_subtype, #value, #visible?, #wd
#attribute_list, #attributes, #typed_attributes
#wait_until_present, #wait_while_present, #when_present
Methods included from Container
#a, #abbrs, #address, #addresses, #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, #caption, #captions, #checkbox, #checkboxes, #cite, #cites, #code, #codes, #col, #colgroup, #colgroups, #cols, #command, #commands, #data, #datalist, #datalists, #dd, #dds, #del, #dels, #details, #detailses, #dfn, #dfns, #dialog, #dialogs, #div, #divs, #dl, #dls, #dt, #dts, #element, #elements, #em, #embed, #embeds, #ems, #extract_selector, #field_set, #field_sets, #fieldset, #fieldsets, #figcaption, #figcaptions, #figure, #figures, #file_field, #file_fields, #font, #fonts, #footer, #footers, #form, #forms, #frame, #frames, #frameset, #framesets, #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, #link, #links, #lis, #map, #maps, #mark, #marks, #menu, #menus, #meta, #metas, #meter, #meters, #nav, #navs, #noscript, #noscripts, #object, #objects, #ol, #ols, #optgroup, #optgroups, #option, #options, #output, #outputs, #p, #param, #params, #pre, #pres, #progress, #progresses, #ps, #q, #qs, #radio, #radios, #rp, #rps, #rt, #rts, #rubies, #ruby, #s, #samp, #samps, #script, #scripts, #section, #sections, #select, #select_list, #select_lists, #selects, #small, #smalls, #source, #sources, #span, #spans, #ss, #strong, #strongs, #style, #styles, #sub, #subs, #summaries, #summary, #sup, #sups, #table, #tables, #tbody, #tbodys, #td, #tds, #text_field, #text_fields, #textarea, #textareas, #tfoot, #tfoots, #th, #thead, #theads, #ths, #time, #times, #title, #titles, #tr, #track, #tracks, #trs, #u, #ul, #uls, #us, #var, #vars, #video, #videos, #wbr, #wbrs
Methods included from Atoms
load
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 Attribute Details
- (Object) locator_class
6
7
8
|
# File 'lib/watir-webdriver/elements/table_cell.rb', line 6
def locator_class
@locator_class || super
end
|
Instance Method Details
- (String) abbr
307
|
# File 'lib/watir-webdriver/elements/generated.rb', line 307
attributes(:string => [:abbr, :align, :axis, :bg_color, :ch, :ch_off, :height, :v_align, :width], :bool => [:no_wrap])
|
- (String) align
307
|
# File 'lib/watir-webdriver/elements/generated.rb', line 307
attributes(:string => [:abbr, :align, :axis, :bg_color, :ch, :ch_off, :height, :v_align, :width], :bool => [:no_wrap])
|
- (String) axis
307
|
# File 'lib/watir-webdriver/elements/generated.rb', line 307
attributes(:string => [:abbr, :align, :axis, :bg_color, :ch, :ch_off, :height, :v_align, :width], :bool => [:no_wrap])
|
- (String) bg_color
307
|
# File 'lib/watir-webdriver/elements/generated.rb', line 307
attributes(:string => [:abbr, :align, :axis, :bg_color, :ch, :ch_off, :height, :v_align, :width], :bool => [:no_wrap])
|
- (Integer) cell_index
299
|
# File 'lib/watir-webdriver/elements/generated.rb', line 299
attributes(:int => [:cell_index, :col_span, :row_span], :token_list => [:headers])
|
- (String) ch
307
|
# File 'lib/watir-webdriver/elements/generated.rb', line 307
attributes(:string => [:abbr, :align, :axis, :bg_color, :ch, :ch_off, :height, :v_align, :width], :bool => [:no_wrap])
|
- (String) ch_off
307
|
# File 'lib/watir-webdriver/elements/generated.rb', line 307
attributes(:string => [:abbr, :align, :axis, :bg_color, :ch, :ch_off, :height, :v_align, :width], :bool => [:no_wrap])
|
- (Integer) col_span
299
|
# File 'lib/watir-webdriver/elements/generated.rb', line 299
attributes(:int => [:cell_index, :col_span, :row_span], :token_list => [:headers])
|
10
11
12
13
|
# File 'lib/watir-webdriver/elements/table_cell.rb', line 10
def colspan
value = attribute_value :colspan
value ? Integer(value) : 1
end
|
- (String) height
307
|
# File 'lib/watir-webdriver/elements/generated.rb', line 307
attributes(:string => [:abbr, :align, :axis, :bg_color, :ch, :ch_off, :height, :v_align, :width], :bool => [:no_wrap])
|
- (Boolean) no_wrap?
307
|
# File 'lib/watir-webdriver/elements/generated.rb', line 307
attributes(:string => [:abbr, :align, :axis, :bg_color, :ch, :ch_off, :height, :v_align, :width], :bool => [:no_wrap])
|
- (Integer) row_span
299
|
# File 'lib/watir-webdriver/elements/generated.rb', line 299
attributes(:int => [:cell_index, :col_span, :row_span], :token_list => [:headers])
|
- (String) v_align
307
|
# File 'lib/watir-webdriver/elements/generated.rb', line 307
attributes(:string => [:abbr, :align, :axis, :bg_color, :ch, :ch_off, :height, :v_align, :width], :bool => [:no_wrap])
|
- (String) width
307
|
# File 'lib/watir-webdriver/elements/generated.rb', line 307
attributes(:string => [:abbr, :align, :axis, :bg_color, :ch, :ch_off, :height, :v_align, :width], :bool => [:no_wrap])
|