Skip to main content

Module htmlinputelement

Module htmlinputelement 

Source

Structsยง

HTMLInputElement ๐Ÿ”’
InputActivationState ๐Ÿ”’
PendingWebDriverResponse ๐Ÿ”’
When WebDriver asks the HTMLInputElement to do some asynchronous actions, such as selecting files, this stores the details necessary to complete the response when the action is complete.

Enumsยง

StepDirection ๐Ÿ”’
ValueMode ๐Ÿ”’

Constantsยง

_IMPL_DOMOBJECT_FOR_HTMLInputElement ๐Ÿ”’

Staticsยง

DEFAULT_INPUT_SIZE ๐Ÿ”’
DEFAULT_MAX_LENGTH ๐Ÿ”’
DEFAULT_MIN_LENGTH ๐Ÿ”’

Functionsยง

check_js_regex_syntax ๐Ÿ”’
Check if the pattern by itself is valid first, and not that it only becomes valid once we add ^(?: and )$.
compile_pattern ๐Ÿ”’
This is used to compile JS-compatible regex provided in pattern attribute that matches only the entirety of string. https://html.spec.whatwg.org/multipage/#compiled-pattern-regular-expression
matches_js_regex ๐Ÿ”’
new_js_regex ๐Ÿ”’