Skip to content

Available fullscreen mode #3802

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

Closed

Conversation

dorlanpabon
Copy link

This pull request introduces a new feature to start the browser in fullscreen mode (--start-fullscreen) and includes tests and documentation for the functionality. Changes span across multiple files to integrate the feature into the SeleniumBase framework, add support for the new command-line option, and provide examples of its usage.

Integration of fullscreen functionality:

  • seleniumbase/core/browser_launcher.py: Added the start_fullscreen parameter to several functions (_set_chrome_options, get_driver, get_local_driver) and updated logic to handle fullscreen mode using browser-specific arguments (--start-fullscreen and --kiosk for Linux). [1] [2] [3] [4] [5] [6] [7]

Addition of command-line option for fullscreen:

Test cases and documentation:

Framework updates:

@dorlanpabon
Copy link
Author

@mdmintz Review, please

@Abdelgha-4
Copy link

I think you forgot to translate comments and docstrings to English.

@dorlanpabon
Copy link
Author

I think you forgot to translate comments and docstrings to English.

Translated

@dorlanpabon dorlanpabon closed this Jun 9, 2025
@dorlanpabon
Copy link
Author

I close the pr, I thought it didn't support --start-fullscreen , because it used --window-size=1280,720 and was generating errors in the flags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants