This presentation discusses problems with handling HTTP authentication dialogs during automated web testing and various solutions. The main problems are that the dialog is non-HTML and each browser implements it differently. Several workarounds are presented, including embedding credentials, using browser profiles, cookies, addons, and external automation tools. The presentation then details the speaker's solution which uses Selenium for web automation combined with AutoIT to handle the non-HTML dialog via separate threads. Some limitations are discussed but the solution is presented as a valid approach to overcome problems with HTTP authentication dialog handling during automated testing.