Katalon 7+ with Docker, need to modify Display Resolution

I want to change Screen resolution size from 1024x768x24 to 1920x1080x24

is there any argument which can be passed in run commend to achieve this
Tried below, but still resolution shows 1024*786

  • docker run -e DISPLAY_CONFIGURATION=1920x1080x24 -e DISPLAY=:99
  • XVFB_RESOLUTION=1920x1080x24
  • same in --config
  • args=("$KATALON_KATALON_INSTALL_DIR/katalonc" “$@”)
  • **xvfb-run -s ‘-screen 0 1024x768x24’ /**opt/katalonstudio/katalonc -projectPath=/tmp/project -browserType=Chrome -retry=0 -statusDelay=15 ’

@ajjaiswal - Did you ever find a workable solution to this question?

Hi @jyoung, @ajjaiswal

Please refer to this: GitHub - katalon-studio/docker-images: Docker images for Katalon Studio and other frameworks