generate_python_test
Convert recorded browser actions into a runnable pytest+Selenium test script by capturing all actions from the current session.
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 |