Locator Response
@Serializable
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)