generate_page_file
Creates WDIO page object files with element selectors and functions to structure automated test scenarios for web applications.
Instructions
Generate WDIO page object file with general functions and element selectors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_title | Yes | Title of the test scenario | |
| selectors | Yes | Selectors for each UI element | |
| page_functions | No | List of page functions needed | |
| output_path | Yes | Path where the page file should be saved |