Class: Watir::Anchor

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

Constant Summary

Constants included from Atoms

Watir::Atoms::ATOMS

Instance Method Summary collapse

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, #caption, #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, #frame, #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, #summary, #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

#charsetString

Returns value of charset property.

Returns:

  • (String)

    value of charset property



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

attribute(String, :charset, :charset)

#coordsString

Returns value of coords property.

Returns:

  • (String)

    value of coords property



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

attribute(String, :coords, :coords)

#downloadString

Returns value of download property.

Returns:

  • (String)

    value of download property



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

attribute(String, :download, :download)

#hreflangString

Returns value of hreflang property.

Returns:

  • (String)

    value of hreflang property



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

attribute(String, :hreflang, :hreflang)

#nameString

Returns value of name property.

Returns:

  • (String)

    value of name property



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

attribute(String, :name, :name)

#pingString

Returns value of ping property.

Returns:

  • (String)

    value of ping property



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

attribute(String, :ping, :ping)

#relString

Returns value of rel property.

Returns:

  • (String)

    value of rel property



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

attribute(String, :rel, :rel)

#rel_listString

Returns value of relList property.

Returns:

  • (String)

    value of relList property



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

attribute(String, :rel_list, :relList)

#revString

Returns value of rev property.

Returns:

  • (String)

    value of rev property



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

attribute(String, :rev, :rev)

#shapeString

Returns value of shape property.

Returns:

  • (String)

    value of shape property



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

attribute(String, :shape, :shape)

#targetString

Returns value of target property.

Returns:

  • (String)

    value of target property



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

attribute(String, :target, :target)

#typeString

Returns value of type property.

Returns:

  • (String)

    value of type property



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

attribute(String, :type, :type)