View Source GoogleApi.ToolResults.V1beta3.Model.OverlappingUIElements (google_api_tool_results v0.34.0)

A warning that Robo encountered a screen that has overlapping clickable elements; this may indicate a potential UI issue.

Attributes

  • resourceName (type: list(String.t), default: nil) - Resource names of the overlapping screen elements
  • screenId (type: String.t, default: nil) - The screen id of the elements

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ToolResults.V1beta3.Model.OverlappingUIElements{
  resourceName: [String.t()] | nil,
  screenId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.