generate_page_file
Creates WDIO page object files by generating element selectors and predefined functions based on test scenarios, streamlining test automation setup for efficient script management.
Instructions
Generate WDIO page object file with general functions and element selectors
Input Schema
Name | Required | Description | Default |
---|---|---|---|
output_path | Yes | Path where the page file should be saved | |
page_functions | No | List of page functions needed | |
scenario_title | Yes | Title of the test scenario | |
selectors | Yes | Selectors for each UI element |