diff options
author | 2024-02-10 04:42:22 +0100 | |
---|---|---|
committer | 2024-02-10 04:42:22 +0100 | |
commit | 8e8028b7860ebb09eae92dcd43b4b6916d26d4d6 (patch) | |
tree | 28e27119878294c066be11c8a89a10ecdd682d39 /docs/05_Bridge_API/index.md | |
parent | ff7840d60f212dd5f395378103bc22f0c273641d (diff) | |
download | rss-bridge-8e8028b7860ebb09eae92dcd43b4b6916d26d4d6.tar.gz rss-bridge-8e8028b7860ebb09eae92dcd43b4b6916d26d4d6.tar.zst rss-bridge-8e8028b7860ebb09eae92dcd43b4b6916d26d4d6.zip |
Adopt WebDriverAbstract as a solution for active (JavaScript) websites (#3971)
* first working version
---------
Co-authored-by: Dag <me@dvikan.no>
Diffstat (limited to 'docs/05_Bridge_API/index.md')
-rw-r--r-- | docs/05_Bridge_API/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/05_Bridge_API/index.md b/docs/05_Bridge_API/index.md index 06445246..ea6fd315 100644 --- a/docs/05_Bridge_API/index.md +++ b/docs/05_Bridge_API/index.md @@ -8,6 +8,7 @@ Base class | Description -----------|------------ [`BridgeAbstract`](./02_BridgeAbstract.md) | This class is intended for standard _Bridges_ that need to filter HTML pages for content. [`FeedExpander`](./03_FeedExpander.md) | Expand/modify existing feed urls -[`XPathAbstract`](./04_XPathAbstract.md) | This class is meant as an alternative base class for bridge implementations. It offers preliminary functionality for generating feeds based on _XPath expressions_. +[`WebDriverAbstract`](./04_WebDriverAbstract) | +[`XPathAbstract`](./05_XPathAbstract) | This class is meant as an alternative base class for bridge implementations. It offers preliminary functionality for generating feeds based on _XPath expressions_. For more information about how to create a new _Bridge_, read [How to create a new Bridge?](./01_How_to_create_a_new_bridge.md)
\ No newline at end of file |