Get Attribute

A brief description
  • If the parameter value has special symbols, it is recommended to use base64 encoding for transmission to prevent GET transmission failed.
request URL
  • http://127.0.0.1:35000/api/v1/profile/getAttribute
request method
  • GET
parameter
Parameter RequiredTypeDescription
profileIdYesstringBrowser Profile ID
argsYesstringGenerally, it is a JSON string formed by combining the Element_ID obtained after finding the element by findElement. For example: [{“ELEMENT”: “95365abe-6746-4703-8cfd-6316580f5289”, “element-6066-11e4-a52e-4f735466cecf”: “95365abe-6746-4703-8cfd-6316580f5289”}, “value”] this It is to take the value of the element 95365abe-6746-4703-8cfd-6316580f5289.
Request example
http://127.0.0.1:35000/api/v1/profile/getAttribute?profileId=0ACF1556-6B72-4C90-ABD2-A70BE19153EC&args=[{"ELEMENT": "95365abe-6746-4703-8cfd-6316580f5289", "element-6066-11e4-a52e-4f735466cecf": "95365abe-6746-4703-8cfd-6316580f5289"}, "style"]