Class: Watir::Input

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

Direct Known Subclasses

CheckBox, FileField, Hidden, Radio, TextField

Constant Summary

Constants included from Atoms

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, #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, #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, #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, #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

#acceptString

Returns value of accept property.

Returns:

  • (String)

    value of accept property



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

attribute(String, :accept, :accept)

#alignString

Returns value of align property.

Returns:

  • (String)

    value of align property



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

attribute(String, :align, :align)

#altString

Returns value of alt property.

Returns:

  • (String)

    value of alt property



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

attribute(String, :alt, :alt)

#autocompleteString

Returns value of autocomplete property.

Returns:

  • (String)

    value of autocomplete property



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

attribute(String, :autocomplete, :autocomplete)

#autofocus?Boolean

Returns value of autofocus property.

Returns:

  • (Boolean)

    value of autofocus property



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

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

#checked?Boolean

Returns value of checked property.

Returns:

  • (Boolean)

    value of checked property



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

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

#default_checked?Boolean

Returns value of defaultChecked property.

Returns:

  • (Boolean)

    value of defaultChecked property



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

attribute("Boolean", :default_checked?, :defaultChecked)

#default_valueString

Returns value of defaultValue property.

Returns:

  • (String)

    value of defaultValue property



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

attribute(String, :default_value, :defaultValue)

#dir_nameString

Returns value of dirName property.

Returns:

  • (String)

    value of dirName property



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

attribute(String, :dir_name, :dirName)

#disabled?Boolean

Returns value of disabled property.

Returns:

  • (Boolean)

    value of disabled property



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

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

#filesString

Returns value of files property.

Returns:

  • (String)

    value of files property



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

attribute(String, :files, :files)

#formString

Returns value of form property.

Returns:

  • (String)

    value of form property



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

attribute(String, :form, :form)

#form_actionString

Returns value of formAction property.

Returns:

  • (String)

    value of formAction property



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

attribute(String, :form_action, :formAction)

#form_enctypeString

Returns value of formEnctype property.

Returns:

  • (String)

    value of formEnctype property



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

attribute(String, :form_enctype, :formEnctype)

#form_methodString

Returns value of formMethod property.

Returns:

  • (String)

    value of formMethod property



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

attribute(String, :form_method, :formMethod)

#form_no_validate?Boolean

Returns value of formNoValidate property.

Returns:

  • (Boolean)

    value of formNoValidate property



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

attribute("Boolean", :form_no_validate?, :formNoValidate)

#form_targetString

Returns value of formTarget property.

Returns:

  • (String)

    value of formTarget property



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

attribute(String, :form_target, :formTarget)

#heightFixnum

Returns value of height property.

Returns:

  • (Fixnum)

    value of height property



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

attribute(Fixnum, :height, :height)

#indeterminate?Boolean

Returns value of indeterminate property.

Returns:

  • (Boolean)

    value of indeterminate property



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

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

#input_modeString

Returns value of inputMode property.

Returns:

  • (String)

    value of inputMode property



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

attribute(String, :input_mode, :inputMode)

#labelsString

Returns value of labels property.

Returns:

  • (String)

    value of labels property



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

attribute(String, :labels, :labels)

#listString

Returns value of list property.

Returns:

  • (String)

    value of list property



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

attribute(String, :list, :list)

#maxString

Returns value of max property.

Returns:

  • (String)

    value of max property



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

attribute(String, :max, :max)

#max_lengthFixnum

Returns value of maxLength property.

Returns:

  • (Fixnum)

    value of maxLength property



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

attribute(Fixnum, :max_length, :maxLength)

#minString

Returns value of min property.

Returns:

  • (String)

    value of min property



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

attribute(String, :min, :min)

#min_lengthFixnum

Returns value of minLength property.

Returns:

  • (Fixnum)

    value of minLength property



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

attribute(Fixnum, :min_length, :minLength)

#multiple?Boolean

Returns value of multiple property.

Returns:

  • (Boolean)

    value of multiple property



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

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

#nameString

Returns value of name property.

Returns:

  • (String)

    value of name property



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

attribute(String, :name, :name)

#patternString

Returns value of pattern property.

Returns:

  • (String)

    value of pattern property



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

attribute(String, :pattern, :pattern)

#placeholderString

Returns value of placeholder property.

Returns:

  • (String)

    value of placeholder property



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

attribute(String, :placeholder, :placeholder)

#read_only?Boolean Also known as: readonly?

Returns value of readOnly property.

Returns:

  • (Boolean)

    value of readOnly property



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

attribute("Boolean", :read_only?, :readOnly)

#required?Boolean

Returns value of required property.

Returns:

  • (Boolean)

    value of required property



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

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

#selection_directionString

Returns value of selectionDirection property.

Returns:

  • (String)

    value of selectionDirection property



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

attribute(String, :selection_direction, :selectionDirection)

#selection_endFixnum

Returns value of selectionEnd property.

Returns:

  • (Fixnum)

    value of selectionEnd property



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

attribute(Fixnum, :selection_end, :selectionEnd)

#selection_startFixnum

Returns value of selectionStart property.

Returns:

  • (Fixnum)

    value of selectionStart property



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

attribute(Fixnum, :selection_start, :selectionStart)

#sizeFixnum

Returns value of size property.

Returns:

  • (Fixnum)

    value of size property



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

attribute(Fixnum, :size, :size)

#srcString

Returns value of src property.

Returns:

  • (String)

    value of src property



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

attribute(String, :src, :src)

#stepString

Returns value of step property.

Returns:

  • (String)

    value of step property



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

attribute(String, :step, :step)

#typeString

Returns value of type property.

Returns:

  • (String)

    value of type property



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

attribute(String, :type, :type)

#use_mapString

Returns value of useMap property.

Returns:

  • (String)

    value of useMap property



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

attribute(String, :use_map, :useMap)

#validation_messageString

Returns value of validationMessage property.

Returns:

  • (String)

    value of validationMessage property



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

attribute(String, :validation_message, :validationMessage)

#validityString

Returns value of validity property.

Returns:

  • (String)

    value of validity property



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

attribute(String, :validity, :validity)

#valueString

Returns value of value property.

Returns:

  • (String)

    value of value property



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

attribute(String, :value, :value)

#value_as_dateString

Returns value of valueAsDate property.

Returns:

  • (String)

    value of valueAsDate property



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

attribute(String, :value_as_date, :valueAsDate)

#value_as_numberFloat

Returns value of valueAsNumber property.

Returns:

  • (Float)

    value of valueAsNumber property



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

attribute(Float, :value_as_number, :valueAsNumber)

#value_highFloat

Returns value of valueHigh property.

Returns:

  • (Float)

    value of valueHigh property



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

attribute(Float, :value_high, :valueHigh)

#value_lowFloat

Returns value of valueLow property.

Returns:

  • (Float)

    value of valueLow property



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

attribute(Float, :value_low, :valueLow)

#widthFixnum

Returns value of width property.

Returns:

  • (Fixnum)

    value of width property



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

attribute(Fixnum, :width, :width)

#will_validate?Boolean

Returns value of willValidate property.

Returns:

  • (Boolean)

    value of willValidate property



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

attribute("Boolean", :will_validate?, :willValidate)