generate_python_test
Generate a pytest Selenium test script from browser session recordings. Convert captured actions like clicks and navigation into automated tests.
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 |