Every Selenium test that touches a signup form eventually hits the same wall: after the form is submitted, the app sends a confirmation email, and the test has no way to read it. The browser is waiting. Your test has no inbox. The flow is stuck.

This is not an edge case. Registration, password reset, magic link login, and OTP verification are...