# Runner

- [Pause](/test-steps/runner/pause.md): Wait for specific number of seconds.
- [Wait For Element To Be Displayed](/test-steps/runner/wait-for-element-to-be-displayed.md): Wait for a specific element to be displayed.
- [Wait For Element To Not Be Displayed](/test-steps/runner/wait-for-element-to-not-be-displayed.md): Wait for a specific element to not be displayed.
- [Wait For Element To Be Visible](/test-steps/runner/wait-for-element-to-be-visible.md): Wait for a specific element to be visible.
- [Wait For Element To Not Be Visible](/test-steps/runner/wait-for-element-to-not-be-visible.md): Wait for a specific element to not be visible.
- [Wait For Element To Exist](/test-steps/runner/wait-for-element-to-exist.md): Wait for a specific element to exist.
- [Wait For Element To Not Exist](/test-steps/runner/wait-for-element-to-not-exist.md): Wait for a specific element to not exist.
- [Wait For Element To Be Enabled](/test-steps/runner/wait-for-element-to-be-enabled.md): Wait for a specific element to be enabled.
- [Wait For Element To Be Disabled](/test-steps/runner/wait-for-element-to-be-disabled.md): Wait for a specific element to be disabled.
- [Wait For Element To Be Clickable](/test-steps/runner/wait-for-element-to-be-clickable.md): Wait for a specific element to be clickable.
- [Wait For Element To Not Be Clickable](/test-steps/runner/wait-for-element-to-not-be-clickable.md): Wait for a specific element to not be clickable.
- [Wait For Element Text](/test-steps/runner/wait-for-element-text.md): Wait for a specific element's inner text to match a condition.
- [Switch Window](/test-steps/runner/switch-window.md): Switch the current browser window.
- [Switch Frame](/test-steps/runner/switch-frame.md): Focus inside an iFrame.
- [Switch To Parent Frame](/test-steps/runner/switch-to-parent-frame.md): Return the focus to outside an iFrame.
- [Add Header](/test-steps/runner/add-header.md): Add a header to the active browser.
- [Set Header](/test-steps/runner/set-header.md): Set the headers on the active browser.
- [Remove All Headers](/test-steps/runner/remove-all-headers.md): Remove all browser headers.
- [Stop When Element Is Displayed](/test-steps/runner/stop-when-element-is-displayed.md): Stop when a specific element is displayed.
- [Stop When Element Not Displayed](/test-steps/runner/stop-when-element-not-displayed.md): Stop when a specific element is not displayed.
- [Stop When Value](/test-steps/runner/stop-when-value.md): Stop when a value matches a specific condition.
- [Generate File](/test-steps/runner/generate-file.md): Generate a Text, PDF, JSON, or Excel file at run time.
- [Generate Image](/test-steps/runner/generate-image.md): Generate a JPEG or PNG image at run time.
- [Condition](/test-steps/runner/condition.md): Only generate specific test cases when a certain condition is met.
- [Set Webcam](/test-steps/runner/set-webcam.md): Set the webcam stream.
