Contents

userEnteredFormValues

The user-entered form values to complete captive portal login.

Declaration

let userEnteredFormValues: [String : String]

Discussion

The dictionary content depends on the available data:

  • [:] when no data is available, due to empty forms, no entries, expired data, or removal by the person.

  • A set of key-value pairs representing the data that the person entered.

When present, the key-value pairs contain:

  • Key: A CSS selector that locates the HTML element within the document, using querySelector() or querySelectorAll() functions.

  • Value: The corresponding HTML element value.