It will be nice to have ability to add custom suite commands like in webdriver.io — http://webdriver.io/guide/usage/customcommands.html For example, it will be helpful to have such command: ``` js suite .setUrl('yandex.ru') .waitForJSInit() .setCaptureElements(...) ... ```
It will be nice to have ability to add custom suite commands like in webdriver.io — http://webdriver.io/guide/usage/customcommands.html
For example, it will be helpful to have such command: