seleniumbase / SeleniumBase

📊 Blazing fast Python framework for web crawling, scraping, testing, and reporting. Supports pytest. Stealth abilities: UC Mode and CDP Mode.
https://seleniumbase.io
MIT License
5.43k stars 982 forks source link

fix indentation error. #3210

Closed jimmy927 closed 1 month ago

jimmy927 commented 1 month ago

The followng does not work according to documentation:

from seleniumbase import Driver

driver = Driver(
    window_position="100,100",
    window_size="800,600",
)

neither position nor size is set. I think the options only works from commandline because of an indentation-error in the code.