LocatorResponse

@Serializable
data class LocatorResponse(val success: Boolean, val locatorType: ElementRetrieverTrailblazeTool.LocatorType?, val value: String?, val index: Int?, val reason: String)

Represents the response from LLM when identifying a UI element locator.

Constructors

Link copied to clipboard
constructor(success: Boolean, locatorType: ElementRetrieverTrailblazeTool.LocatorType?, value: String?, index: Int?, reason: String)

Properties

Link copied to clipboard
val index: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard