You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have several mechanism for operating on extracted content after xpath evaluation:
<field_op>, which <regex_op> extends
<concatenate_value>
<field_parser>
We should go through use cases for them and generate a design that unifies these different operations, and support other use cases (e.g. the case with favicons).
The text was updated successfully, but these errors were encountered:
Currently we have several mechanism for operating on extracted content after xpath evaluation:
<field_op>
, which<regex_op>
extends<concatenate_value>
<field_parser>
We should go through use cases for them and generate a design that unifies these different operations, and support other use cases (e.g. the case with favicons).
The text was updated successfully, but these errors were encountered: