Robuta

Sponsor of the Day: Jerkmate
https://docs.uilicious.com/scripting/reference/alerts/i-cancel-alert I.cancelAlert | UI-licious Documentation Cancel a browser alert and close it with the `I.cancelAlert` command. ui licious documentation https://docs.uilicious.com/scripting/reference/logging/test-assert TEST.assert | UI-licious Documentation Assert a condition and log a pass or fail result using the TEST.assert() command in a UI-licious test. ui licious documentationtestassert https://docs.uilicious.com/scripting/reference/form/i-selected I.selected | UI-licious Documentation Assert that a select dropdown option is selected, or a checkbox or radio button is checked. ui licious documentationselected https://docs.uilicious.com/scripting/reference/page-navigation/i-switch-tab I.switchTab | UI-licious Documentation Switch to a different browser tab using the I.switchTab command. ui licious documentation https://docs.uilicious.com/scripting/guides/reusing-and-composing-tests Reusing and Composing Tests in UI-licious | UI-licious Documentation Learn how to reuse and compose UI-licious tests using TEST.run and TEST.runOnce to build modular, maintainable test suites. ui licious documentationreusingcomposingtests https://docs.uilicious.com/scripting/reference/mouse-action/i-scroll-to-bottom I.scrollToBottom() | UI-licious Documentation Scroll to the bottom of the page using the I.scrollToBottom() command in a UI-licious test. ui licious documentation https://docs.uilicious.com/scripting/guides/keyboard-actions Keyboard Actions in UI-licious Tests | UI-licious Documentation Learn how to simulate real user keyboard input in UI-licious tests, including filling text input fields, typing text, and pressing special keys and key... keyboard actionsui licioustests documentation