generate_csharp_nunit
Generates a C# NUnit and Selenium test class from the current browser session, converting recorded actions into runnable test code with configurable namespace and test name.
Instructions
Generate a C# NUnit + Selenium test class from the current browser session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | SeleniumTests | |
| test_name | No | RecordedFlowTests |