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

[ext.screenshot] Select browser to take screenshots. #144

Open
attakei opened this issue Oct 8, 2023 · 0 comments
Open

[ext.screenshot] Select browser to take screenshots. #144

attakei opened this issue Oct 8, 2023 · 0 comments
Labels
enhancement New feature or request plan
Milestone

Comments

@attakei
Copy link
Owner

attakei commented Oct 8, 2023

Overview

In v2.7.1, sphinx_revealjs.ext.screenshot uses Google Chrome from Playwright to take screenshots (ref).

But any presantation authors do not use always Google Chrome as default browser.
Playwright (deps of sphinx_revealjs.ext.screenshot) supports firefox and webkit,
it may be can used these instead of Google Chrome by users.

Example

conf.py

revaljs_screenshot_browser = "chromium"  # chromium, firefox or webkit (playwright supported browsers)
@attakei attakei added enhancement New feature or request plan labels Oct 8, 2023
@attakei attakei added this to the v3.x milestone Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request plan
Projects
None yet
Development

No branches or pull requests

1 participant