Find Element

request URL
  • http://127.0.0.1:35000/api/v1/profile/findElement
request method
  • GET
parameter
ParameterRequiredTypeDescription
profileIdYesstringBrowser Profile ID
functionYesstringfunction function
argsYesstringThe parameter is the parameter of the function function, such as: findElementByID(args)
clickYesstringWhether to click the action after the specified element is found. True:Yesfalse:No
indexYesstringWhen there are multiple elements, specify which element to click. Starting from 0, -1 is one of the random elements, used when click = true