Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select Window or Select Dialog KW only works with the Title property #9

Closed
dmeixner opened this issue Nov 22, 2011 · 1 comment
Closed
Labels
Milestone

Comments

@dmeixner
Copy link

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

@yanne
Copy link
Member

yanne commented Nov 29, 2011

Currently it seems that it is not possible to use the name property.

This is definitely a shortcoming, and should be fixed if possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants