I am running headless Selenium tests on Azure DevOps (formerly VSTS) with ChromeDriver—see the article here https://docs.microsoft.com/en-us/azure/devops/pipelines/test/continuous-test-selenium?view=azure-devops on how to set this up.
I have an issue where tests fail due to an element not being visible and I suspect it's because of the media queries in CSS which force a different layout than expected. (I am expecting to test the desktop rendering of the site.)
What is the default window size for Selenium when running on a VSTS build?