Skip to main content
cURL
curl --request POST \
  --url https://api.example.com/experimental/operator/click-by-index \
  --header 'Content-Type: application/json' \
  --data '
{
  "element_index": 123
}
'
{
  "success": true,
  "message": "<string>"
}

Body

application/json
element_index
integer
required

Response

200 - application/json
success
boolean
required
message
string
required