Structsยง
- HTML
Input ๐Element - Input
Activation ๐State - Pending
WebDriver ๐Response - When WebDriver asks the
HTMLInputElementto do some asynchronous actions, such as selecting files, this stores the details necessary to complete the response when the action is complete.
Enumsยง
- Step
Direction ๐ - Value
Mode ๐
Constantsยง
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