1

Selenium テストでは、ブラウザなしでテストを実行できる htmlunitdriver があります。風車でもこれを行う必要があります。風車でこれを行う方法はありますか?

感謝!

4

1 に答える 1

0

If you're looking to run Windmill in headless mode (no monitor) you can do it by running

Xvfb :99 -ac &

DISPLAY=:99 windmill firefox -e test=/path/to/your/test.py

于 2012-09-10T01:53:04.603 に答える