In Rapise navigate to `Options > Selenium Settings`.

Find `Chrome` profile and duplicate it with name `ChromeHeadless`. Set `args` to
["headless", "disable-gpu"]

In your cross-browser test select `Selenium - ChromeHeadless` profile.

All is set to run the test. Chrome window will not show up while the test is played. If you configure to capture screenshots during execution you'll get a report like this.
