Class: Watir::Input

Inherits:
HTMLElement show all
Defined in:
lib/watir-webdriver/elements/input.rb,
lib/watir-webdriver/elements/generated.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, #exists?, #fire_event, #flash, #focus, #focused?, #hash, #hover, #id, #initialize, #inner_html, #inspect, #outer_html, #parent, #present?, #right_click, #run_checkers, #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_present

Methods included from Container

#a, #abbr, #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, #data, #datalist, #datalists, #datas, #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, #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, #legend, #legends, #li, #link, #links, #lis, #main, #mains, #map, #maps, #mark, #marks, #menu, #menuitem, #menuitems, #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, #template, #templates, #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

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



448
# File 'lib/watir-webdriver/elements/generated.rb', line 448

attribute(String, :accept, :accept)

#alignString

Returns value of align property.

Returns:

  • (String)

    value of align property



495
# File 'lib/watir-webdriver/elements/generated.rb', line 495

attribute(String, :align, :align)

#altString

Returns value of alt property.

Returns:

  • (String)

    value of alt property



449
# File 'lib/watir-webdriver/elements/generated.rb', line 449

attribute(String, :alt, :alt)

#autocompleteString

Returns value of autocomplete property.

Returns:

  • (String)

    value of autocomplete property



450
# File 'lib/watir-webdriver/elements/generated.rb', line 450

attribute(String, :autocomplete, :autocomplete)

#autofocus?Boolean

Returns value of autofocus property.

Returns:

  • (Boolean)

    value of autofocus property



451
# File 'lib/watir-webdriver/elements/generated.rb', line 451

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

#checked?Boolean

Returns value of checked property.

Returns:

  • (Boolean)

    value of checked property



453
# File 'lib/watir-webdriver/elements/generated.rb', line 453

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

#default_checked?Boolean

Returns value of defaultChecked property.

Returns:

  • (Boolean)

    value of defaultChecked property



452
# File 'lib/watir-webdriver/elements/generated.rb', line 452

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

#default_valueString

Returns value of defaultValue property.

Returns:

  • (String)

    value of defaultValue property



481
# File 'lib/watir-webdriver/elements/generated.rb', line 481

attribute(String, :default_value, :defaultValue)

#dir_nameString

Returns value of dirName property.

Returns:

  • (String)

    value of dirName property



454
# File 'lib/watir-webdriver/elements/generated.rb', line 454

attribute(String, :dir_name, :dirName)

#disabled?Boolean

Returns value of disabled property.

Returns:

  • (Boolean)

    value of disabled property



455
# File 'lib/watir-webdriver/elements/generated.rb', line 455

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

#enabled?Boolean

Returns true if input is enabled.

Returns:

  • (Boolean)


13
14
15
# File 'lib/watir-webdriver/elements/input.rb', line 13

def enabled?
  !disabled?
end

#filesString

Returns value of files property.

Returns:

  • (String)

    value of files property



457
# File 'lib/watir-webdriver/elements/generated.rb', line 457

attribute(String, :files, :files)

#formString

Returns value of form property.

Returns:

  • (String)

    value of form property



456
# File 'lib/watir-webdriver/elements/generated.rb', line 456

attribute(String, :form, :form)

#form_actionString

Returns value of formAction property.

Returns:

  • (String)

    value of formAction property



458
# File 'lib/watir-webdriver/elements/generated.rb', line 458

attribute(String, :form_action, :formAction)

#form_enctypeString

Returns value of formEnctype property.

Returns:

  • (String)

    value of formEnctype property



459
# File 'lib/watir-webdriver/elements/generated.rb', line 459

attribute(String, :form_enctype, :formEnctype)

#form_methodString

Returns value of formMethod property.

Returns:

  • (String)

    value of formMethod property



460
# File 'lib/watir-webdriver/elements/generated.rb', line 460

attribute(String, :form_method, :formMethod)

#form_no_validate?Boolean

Returns value of formNoValidate property.

Returns:

  • (Boolean)

    value of formNoValidate property



461
# File 'lib/watir-webdriver/elements/generated.rb', line 461

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

#form_targetString

Returns value of formTarget property.

Returns:

  • (String)

    value of formTarget property



462
# File 'lib/watir-webdriver/elements/generated.rb', line 462

attribute(String, :form_target, :formTarget)

#heightFixnum

Returns value of height property.

Returns:

  • (Fixnum)

    value of height property



463
# File 'lib/watir-webdriver/elements/generated.rb', line 463

attribute(Fixnum, :height, :height)

#indeterminate?Boolean

Returns value of indeterminate property.

Returns:

  • (Boolean)

    value of indeterminate property



464
# File 'lib/watir-webdriver/elements/generated.rb', line 464

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

#input_modeString

Returns value of inputMode property.

Returns:

  • (String)

    value of inputMode property



465
# File 'lib/watir-webdriver/elements/generated.rb', line 465

attribute(String, :input_mode, :inputMode)

#labelsString

Returns value of labels property.

Returns:

  • (String)

    value of labels property



491
# File 'lib/watir-webdriver/elements/generated.rb', line 491

attribute(String, :labels, :labels)

#listString

Returns value of list property.

Returns:

  • (String)

    value of list property



466
# File 'lib/watir-webdriver/elements/generated.rb', line 466

attribute(String, :list, :list)

#maxString

Returns value of max property.

Returns:

  • (String)

    value of max property



467
# File 'lib/watir-webdriver/elements/generated.rb', line 467

attribute(String, :max, :max)

#max_lengthFixnum

Returns value of maxLength property.

Returns:

  • (Fixnum)

    value of maxLength property



468
# File 'lib/watir-webdriver/elements/generated.rb', line 468

attribute(Fixnum, :max_length, :maxLength)

#minString

Returns value of min property.

Returns:

  • (String)

    value of min property



469
# File 'lib/watir-webdriver/elements/generated.rb', line 469

attribute(String, :min, :min)

#min_lengthFixnum

Returns value of minLength property.

Returns:

  • (Fixnum)

    value of minLength property



470
# File 'lib/watir-webdriver/elements/generated.rb', line 470

attribute(Fixnum, :min_length, :minLength)

#multiple?Boolean

Returns value of multiple property.

Returns:

  • (Boolean)

    value of multiple property



471
# File 'lib/watir-webdriver/elements/generated.rb', line 471

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

#nameString

Returns value of name property.

Returns:

  • (String)

    value of name property



472
# File 'lib/watir-webdriver/elements/generated.rb', line 472

attribute(String, :name, :name)

#patternString

Returns value of pattern property.

Returns:

  • (String)

    value of pattern property



473
# File 'lib/watir-webdriver/elements/generated.rb', line 473

attribute(String, :pattern, :pattern)

#placeholderString

Returns value of placeholder property.

Returns:

  • (String)

    value of placeholder property



474
# File 'lib/watir-webdriver/elements/generated.rb', line 474

attribute(String, :placeholder, :placeholder)

#read_only?Boolean Also known as: readonly?

Returns value of readOnly property.

Returns:

  • (Boolean)

    value of readOnly property



475
# File 'lib/watir-webdriver/elements/generated.rb', line 475

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

#required?Boolean

Returns value of required property.

Returns:

  • (Boolean)

    value of required property



476
# File 'lib/watir-webdriver/elements/generated.rb', line 476

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

#selection_directionString

Returns value of selectionDirection property.

Returns:

  • (String)

    value of selectionDirection property



494
# File 'lib/watir-webdriver/elements/generated.rb', line 494

attribute(String, :selection_direction, :selectionDirection)

#selection_endFixnum

Returns value of selectionEnd property.

Returns:

  • (Fixnum)

    value of selectionEnd property



493
# File 'lib/watir-webdriver/elements/generated.rb', line 493

attribute(Fixnum, :selection_end, :selectionEnd)

#selection_startFixnum

Returns value of selectionStart property.

Returns:

  • (Fixnum)

    value of selectionStart property



492
# File 'lib/watir-webdriver/elements/generated.rb', line 492

attribute(Fixnum, :selection_start, :selectionStart)

#sizeFixnum

Returns value of size property.

Returns:

  • (Fixnum)

    value of size property



477
# File 'lib/watir-webdriver/elements/generated.rb', line 477

attribute(Fixnum, :size, :size)

#srcString

Returns value of src property.

Returns:

  • (String)

    value of src property



478
# File 'lib/watir-webdriver/elements/generated.rb', line 478

attribute(String, :src, :src)

#stepString

Returns value of step property.

Returns:

  • (String)

    value of step property



479
# File 'lib/watir-webdriver/elements/generated.rb', line 479

attribute(String, :step, :step)

#typeString

Returns value of type property.

Returns:

  • (String)

    value of type property



480
# File 'lib/watir-webdriver/elements/generated.rb', line 480

attribute(String, :type, :type)

#use_mapString

Returns value of useMap property.

Returns:

  • (String)

    value of useMap property



496
# File 'lib/watir-webdriver/elements/generated.rb', line 496

attribute(String, :use_map, :useMap)

#validation_messageString

Returns value of validationMessage property.

Returns:

  • (String)

    value of validationMessage property



490
# File 'lib/watir-webdriver/elements/generated.rb', line 490

attribute(String, :validation_message, :validationMessage)

#validityString

Returns value of validity property.

Returns:

  • (String)

    value of validity property



489
# File 'lib/watir-webdriver/elements/generated.rb', line 489

attribute(String, :validity, :validity)

#valueString

Returns value of value property.

Returns:

  • (String)

    value of value property



482
# File 'lib/watir-webdriver/elements/generated.rb', line 482

attribute(String, :value, :value)

#value_as_dateString

Returns value of valueAsDate property.

Returns:

  • (String)

    value of valueAsDate property



483
# File 'lib/watir-webdriver/elements/generated.rb', line 483

attribute(String, :value_as_date, :valueAsDate)

#value_as_numberFloat

Returns value of valueAsNumber property.

Returns:

  • (Float)

    value of valueAsNumber property



484
# File 'lib/watir-webdriver/elements/generated.rb', line 484

attribute(Float, :value_as_number, :valueAsNumber)

#value_highFloat

Returns value of valueHigh property.

Returns:

  • (Float)

    value of valueHigh property



486
# File 'lib/watir-webdriver/elements/generated.rb', line 486

attribute(Float, :value_high, :valueHigh)

#value_lowFloat

Returns value of valueLow property.

Returns:

  • (Float)

    value of valueLow property



485
# File 'lib/watir-webdriver/elements/generated.rb', line 485

attribute(Float, :value_low, :valueLow)

#widthFixnum

Returns value of width property.

Returns:

  • (Fixnum)

    value of width property



487
# File 'lib/watir-webdriver/elements/generated.rb', line 487

attribute(Fixnum, :width, :width)

#will_validate?Boolean

Returns value of willValidate property.

Returns:

  • (Boolean)

    value of willValidate property



488
# File 'lib/watir-webdriver/elements/generated.rb', line 488

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