Optionalemailemail-derived values such as a verification code (read when an action sets dataSource: emailData)
OptionalextractedOptionalfetcheda fetched email address (read when an action sets dataSource: fetchedEmail)
Optionaltokena solved captcha token (used by solveCaptcha)
Optionaluser
The data bundle that accompanies an action. Which key an action reads is chosen by its
dataSource; when an action omitsdataSourcethe executor applies a fallback default (extract/navigate/click -> userProfile, fillForm -> extractedProfile, solveCaptcha -> token). An action may setdataSourceexplicitly to read a different bundle (e.g. a fillForm reading userProfile).fetchedEmail/emailDataare also supported, for email-confirmation flows.