Expand description
Functionality that’s specific to Drupal.
Structs§
- Login
- Parameters that define how to log into a Drupal website and validate
that the user loged in successfully. For complete documentation, refer
to
LoginBuilder
. - Login
Builder - Used to build a
Login
object, necessary to invoke thelog_in
function. - Search
Params - Parameters that define how to make and validate a search. For complete documentation,
refer to
SearchParamsBuilder
. - Search
Params Builder - Used to build a
SearchParams
object, necessary to invoke thesearch
function.
Functions§
- get_
bigpipe_ form - Use a regular expression to get a specific form that has been encoded to replace a BigPipe placeholder, identified by the data-drupal-selector.
- get_
encoded_ form_ value - Load a form value from an encoded form.
- get_
encoded_ form_ values - Loop through an array of named form elements loading them from an encoded form and returning their values in a HashMap.
- get_
form - Use a regular expression to get the specific form identified by data-drupal-selector.
- get_
form_ value - Use regular expression to get the value of a named form element.
- get_
form_ values - Loop through an array of named form elements returning their values in a HashMap.
- get_
updated_ build_ id - Extract an updated build_id from a form.
- log_in
- Log into a Drupal website.
- search
- Perform a simple Drupal-powered search.