I have my E2E tests firing in a build pipeline using Team City and the corresponding build agent. The build agent is installed as a service but is running under an account that allows it access to network resources across the development network. Therefore, it can interact with the desktop fine and launch Chrome/FireFox etc.
My question is that the resolution that the tests appear to be running in is kinda small. Like 1024 or less. I'm gauging this from screenshots generated from test failures. Is there anyway to change this? It causes a lot of time outs and errors since some elements don't appear in the window but appear fine on desktops since the entire page is rendered without the need to scroll. Otherwise,I have to do the JS to scroll the window up and down to get to my elements.