You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I been trying to detect a Window and a Dialog by its Name property and is not working I get the next Fail
KEYWORD: SwingLibrary.Select Window mainFrame
Documentation: Selects a window as current context.
Start / End / Elapsed: 20111122 12:51:25.544 / 20111122 12:51:35.560 / 00:00:10.016
12:51:35.560 FAIL Frame with title "mainFrame"
KEYWORD: SwingLibrary.Select Dialog mdeviceSelectorDialog
Documentation: Selects a dialog as current context.
Start / End / Elapsed: 20111122 13:16:04.420 / 20111122 13:16:14.764 / 00:00:10.344
13:16:14.764 FAIL Dialog with title "mdeviceSelectorDialog"
The only way I been able to detect a Window and a Dialog is by Title
My question is
Is possible using the Name property to detect a Windows or a Dialog?
I been using FEST for other automation and you can use Title or Name to detect any object, this is very useful when your intention is to to test and application that will change languages this way you don’t have to duplicate your test cases for each language.
Thanks for your help,
Daniel Meixner
The text was updated successfully, but these errors were encountered:
I been trying to detect a Window and a Dialog by its Name property and is not working I get the next Fail
KEYWORD: SwingLibrary.Select Window mainFrame
Documentation: Selects a window as current context.
Start / End / Elapsed: 20111122 12:51:25.544 / 20111122 12:51:35.560 / 00:00:10.016
12:51:35.560 FAIL Frame with title "mainFrame"
KEYWORD: SwingLibrary.Select Dialog mdeviceSelectorDialog
Documentation: Selects a dialog as current context.
Start / End / Elapsed: 20111122 13:16:04.420 / 20111122 13:16:14.764 / 00:00:10.344
13:16:14.764 FAIL Dialog with title "mdeviceSelectorDialog"
The only way I been able to detect a Window and a Dialog is by Title
My question is
Is possible using the Name property to detect a Windows or a Dialog?
I been using FEST for other automation and you can use Title or Name to detect any object, this is very useful when your intention is to to test and application that will change languages this way you don’t have to duplicate your test cases for each language.
Thanks for your help,
Daniel Meixner
The text was updated successfully, but these errors were encountered: