Paste
paste Function
Parameter
Required
Description
Example Request
curl -X POST 'https://api.webit.live/api/v1/realtime/web' \
--header 'Authorization: Basic <credential string>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://www.example.com",
"render": true,
"render_flow": [{
"paste": {
"selector": "input[type='\''search'\'']",
"timeout": 20000,
"delay": 500,
"value": "eggplant",
"click_on_element": true,
"visible": false
}
}]
}'Last updated
