| 54 | |
| 55 | |
| 56 | class BrowserConfig(TypedDict): |
| 57 | win_top_bound: float |
| 58 | win_left_bound: float |
| 59 | win_width: float |
| 60 | win_height: float |
| 61 | win_right_bound: float |
| 62 | win_lower_bound: float |
| 63 | device_pixel_ratio: float |
| 64 | |
| 65 | |
| 66 | class BrowserInfo(TypedDict): |
nothing calls this directly
no outgoing calls
no test coverage detected