Select Original Content¶
Flamingo IDE can generate XPath/CSS expressions for getting content from original site pages. For this, click the Select Original Content button on the Code Editor toolbar while editing templates or snippets.
The number of elements found
The number of identical elements found on the original page.
XPath/Selector field
XPath/CSS code that will be inserted into your template or snippet. You can edit the code in this field.
OK
Insert XPath expression into your template or snippet code.
Cancel
Return to Code Editor.
Selection¶
You can control selection of elements on original page.
Up
Move selection up in HTML tree. Parent node will be selected.
Down
Move selection down in HTML tree. First child node will be selected.
Prev
Select previous element in HTML tree. Previous sibling node will be selected.
Next
Select next element in HTML tree. Following sibling node will be selected.
See also