Commands

Commands are the actions that the automation code takes to simulate user interactions with the application. These actions can include clicking buttons, entering text, selecting options from dropdowns, navigating between pages, and more.

 

Commands essentially mimic how a real user would interact with the application. By issuing these commands, the automation script drives the application through the steps described in the feature file.