in

ArtOfTest, Inc. Community Forums

Discuss and ask questions about ArtOfTest's products.

Browse by Tags

  • Re: Custom dialog handling

    The problem you are running into is the mere fact that the dialog is a FireFox dialog. Unfortunately FireFox implements dialogs using an HTML like structure instead of following conventional Win32 dialog programming. As a result standard Win32 window functions (which are used to find buttons inside a...
    Posted to Feature Wish List (Forum) by sircody on 08-06-2007
  • Re: Custom dialog handling

    Here is a sample SecurityDialog implementation: using ArtOfTest.WebAii.Core; using ArtOfTest.WebAii.Win32; using ArtOfTest.WebAii.Win32.Dialogs; public class SecurityAlertDialog : BaseDialog { /// <summary> /// The desktop object to click the dialogs. /// </summary> private Desktop _desktopObject;...
    Posted to Feature Wish List (Forum) by admin on 05-22-2007
  • Custom dialog handling

    I am having trouble figuring out how to dismiss the "Security Alert" dialog that is standard in IE. An example of a custom dialog handler that actually closes/dismisses a dialog by clicking one of the buttons would be very helpful. Specifically in my case when the browser is switching from...
    Posted to Feature Wish List (Forum) by sircody on 05-22-2007
Page 1 of 1 (3 items)
Copyrights © 2009 ArtOfTest, Inc. All rights reserved.