Skip to content
New issue

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

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

Already on GitHub? # to your account

No-browser WebDriver for HTML-only testing (OSOE-895) #399

Open
Piedone opened this issue Aug 7, 2024 · 0 comments
Open

No-browser WebDriver for HTML-only testing (OSOE-895) #399

Piedone opened this issue Aug 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Piedone
Copy link
Member

Piedone commented Aug 7, 2024

Following up from #79.

If a test (or a feature to be tested) doesn't require JavaScript and CSS to be applied, just pure HTML is enough, then it would be more runtime/RAM-efficient to run it without a full browser. Rather, we could use something like HtmlAgilityPack or AngleSharp. Providing an IWebDriver implementation using these would offer a lightweight alternative to run a full browser.

It's a question though, what the actual tangible benefits would be, and how frequently we could utilize this.

See from this comment on details and ideas: #79 (comment)

Jira issue

@Piedone Piedone added the enhancement New feature or request label Aug 7, 2024
@github-actions github-actions bot changed the title No-browser WebDriver for HTML-only testing No-browser WebDriver for HTML-only testing (OSOE-895) Aug 7, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant