Kreuzcrawl.InteractionResult (kreuzcrawl v0.3.0-rc.37)

Copy Markdown

Result of executing a sequence of page interaction actions.

Summary

Types

t()

Result of executing a sequence of page interaction actions.

Types

t()

@type t() :: %Kreuzcrawl.InteractionResult{
  action_results: [map()],
  final_html: String.t() | nil,
  final_url: String.t() | nil
}

Result of executing a sequence of page interaction actions.