generate_python_test
Convert recorded browser actions into a runnable pytest + Selenium test script. Captures navigation, clicks, typing, and more to produce executable test code.
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 |