Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ desktop_size
Method
desktop_size
django/test/selenium.py:175–177 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
173
174
@contextmanager
175
def
desktop_size(self):
176
with
ChangeWindowSize(1280, 720, self.selenium):
177
yield
178
179
@contextmanager
180
def
small_screen_size(self):
Callers
3
rtl
Method · 0.95
dark
Method · 0.95
high_contrast
Method · 0.95
Calls
1
ChangeWindowSize
Class · 0.85
Tested by
no test coverage detected