Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of synthetic navigation to HTTP driver #489

Open
ziflex opened this issue Apr 30, 2020 · 0 comments
Open

Add support of synthetic navigation to HTTP driver #489

ziflex opened this issue Apr 30, 2020 · 0 comments
Labels
area/drivers/http area/drivers good first issue type/enhancement

Comments

@ziflex
Copy link
Contributor

@ziflex ziflex commented Apr 30, 2020

Right now, pages created by in-memory http driver does not support navigation between pages due to their static nature.
It makes it problematic to "move" from one static page to another within a same domain simply because we cannot reuse current page. In order to do so, we have to create a new page every time we need to move from A to B.
Let's add a possibility to reuse existing page by implementing synthetic navigation that would just download a new HTML page by a given URL and replace root element.

@ziflex ziflex added type/enhancement good first issue area/drivers/http area/drivers labels Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/drivers/http area/drivers good first issue type/enhancement
Projects
None yet
Development

No branches or pull requests

1 participant