Comment #10 on issue 3392 by dawa...@gmail.com: Allow capability to
specify auto-dismiss behaviour on UnhandledAlertException
http://code.google.com/p/selenium/issues/detail?id=3392
(No comment was entered for this change.)
Issue 3600 has been merged into this issue.
Thank you!
Also waiting patiently for change. My usage is to handle the browser
authentication dialog which pops up. It's a very nice feature to
auto-dismiss unexpected dialogs, but yes we do need option to handle those
which are expected.
If I could make driver wait at least 30 seconds before dismissing that
would solve my problem. -dawagner- your comment on Feb 28 was to set the
WebDriverWait but I tried all the wait options I could find but no luck,
WebDriver is still dismissing authentication dialog as soon as it opens
(need it to wait at least 30 sec). Is a wait option available?
Many thanks for all the work!