UI: Set headless-browser width and height

This commit is contained in:
Pavel Shliak 2024-11-13 22:33:12 +04:00 committed by Tim Flynn
commit ce56bc29e2
Notes: github-actions[bot] 2024-11-13 21:53:34 +00:00
3 changed files with 5 additions and 2 deletions

View file

@ -66,6 +66,8 @@ public:
bool rebaseline { false };
bool verbose { false };
int per_test_timeout_in_seconds { 30 };
int width { 800 };
int height { 600 };
private:
RefPtr<Requests::RequestClient> m_request_client;