seleniumbase / SeleniumBase

📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.
https://seleniumbase.io
MIT License
5.33k stars 980 forks source link

fix indentation error. #3210

Closed jimmy927 closed 1 week ago

jimmy927 commented 1 week 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.