About

This section contains a selection of Selenium IDE templates. These templates can be ran manually using selenium-side-runner; typically, the templates provided here are meant to be ran in "headless mode" without any graphic display.

As an example, the following command will execute the happyfappy-login-logout.side script:

selenium-side-runner \
    --debug \
    -c "goog:chromeOptions.args=[--headless,--nogpu,--no-sandbox] browserName=chrome" \
    happyfappy-login-logout.side

Similarly, it is possible to run the command from cron by creating a script that will run the former command.

Index