📝 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.

Only letters, spaces, hyphens and apostrophes

Only letters, spaces, hyphens and apostrophes

Numbers, spaces, and +()- allowed

0/10 characters minimum

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