📝 Second Form - New Tab
This form opens in a new browser tab and displays a modal on submission
Note: This is a separate page that opened in a new tab. Perfect for testing multi-window/tab scenarios in automation.
Testing Tips:
- Use driver.switch_to.window() to switch between tabs
- Store window handles before opening new tabs
- Remember to close additional tabs after testing
- Test modal interactions in the new tab context
- Validate form field restrictions and error messages