Skip to content

To have handle to the webapplication that is launched from the Swing Application through the Robot framework #34

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

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Problem Statement:
1) We have observed in many Test suites that we will be launching the web 
application from the Main Swing Application.
2) Once the Web application is launched , the Swing library looses the 
handle to this application.
3) We cannot browse nor close the Web application.
4) We had to descope such test suite where we have to interwork with 
multiple framework.
5) The multiple framework can also be swing application \Web application 
an also VB dialog.

Robot Enhancement required
>> Robot Framework Should be enhanced to get input of all framework it is 
going to support for this test suite.
Based on this input , Robot framework should have the intelligence to 
handle all these framework internally irrespective of being launched from 
the different parent framework.
For eg , The Robot Framework should not loose the handler for the child 
application which is a web application when launched from the Swing 
application.
>>Robot framework should be intelligent to know which framework the child 
application belong to and switch the library accordingly.

with regards,
Soumith

Original issue reported on code.google.com by [email protected] on 25 Jan 2010 at 6:14

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

No branches or pull requests

1 participant