Closed jimmy927 closed 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.
The followng does not work according to documentation:
neither position nor size is set. I think the options only works from commandline because of an indentation-error in the code.