Skip to content

[chrome] maximixed or chromium_arg with start-maximixed doesn't work #3735

Closed
@HPODEV

Description

@HPODEV

Code for test:

from seleniumbase import SB

seleniumbase_options = {
    "undetected": True,
    #"maximize": True,
    "chromium_arg": "--start-maximized",
}

with SB(**seleniumbase_options) as driver:
    driver.open("https://www.virtualmanager.com/en/login")
    print(driver.get_page_title())

Metadata

Metadata

Assignees

No one assigned

    Labels

    UC Mode / CDP ModeUndetected Chromedriver Mode / CDP Modeinvalid usageYou may need to change what you're doing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions