Capture Element
Parameters
Name
Type
Required
Description
Usage
"actions": [
{
"type": "capture_element",
"selector": ".page_contents",
"timeout": 1000
}
]FAQs
When do I use the capture_element action?
What does the capture_element action return?
How long does capture_element wait for the element?
Do I need a wait action before capture_element?
What happens if my selector doesn't match anything?
When should I use generate_markdown instead of capture_element?
What happens if my selector matches more than one element?
Last updated