generate_python_test
Convert recorded browser interactions into a runnable pytest + Selenium test script for automated regression testing.
Instructions
Generate a pytest + Selenium test script from the current browser session. Captures all recorded actions (navigate, click, type, hover, drag, select, etc.) into a runnable test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_name | No | Name of the test function | test_recorded_flow |
| class_name | No | Name of the test class | TestRecordedFlow |