-
Notifications
You must be signed in to change notification settings - Fork 67
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
Click On Component / Component Should Exist Is Not Working with Java Button #4
Comments
Have you selected a context using Select Window/Select Dialog keywords? What does using List components in context return? |
yes i have used Select Window Keyword here are the results. So if i have to Click on a buttong and want to use keyword Click On Component then what is the way to use it. Bellow is list of components in window.
|
I am going to close this, since there are two issues here. Component should exist works with JButtons. I created a separate issue #10 for right clicking on Component |
Hi,
I have a button "Check" on my application on which I have to press "Right Click"
For that i am trying to use keyword "Select From Popup Menu" but it fails with error message that "Check" subcomponent is not found.
I used "Push Button" kewyword and it is clicking on "Check" button correctly.
But when i am using
Component Should Exist Check keyword then it is giving error that component "Check" does not exist.
I also used
Click On Component Check keyword but still it gives error message that sub component Check not found.
"Check"is JavaButton and i think it is a component. and I want to "Right Click" on "Check" button.
Is there a way or keyword to Right Click on Button or any component.
Thanks.
The text was updated successfully, but these errors were encountered: