Closed jobrachem closed 3 years ago
In alfred3 v2.0, the following methods/properties allow data access:
alfred3.experiment.ExperimentSession.session_data
: Dictionary of full dataalfred3.experiment.ExperimentSession.values
: Dictionary of all input elementsalfred3.experiment.ExperimentSession.metadata
: Dictionary of metadaalfred3.experiment.ExperimentSession.client_data
: Dictionary of client informationalfred3.experiment.ExperimentSession.move_history
: Dictionary of movement historyalfred3.experiment.ExperimentSession.get_page_data()
: Dictionary of a page's dataalfred3.experiment.ExperimentSession.get_section_data()
: Dictionary of a section's data
This would allow access with the same shortcut from elements and sections.