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

flex app is a servlet response #3

Open
GoogleCodeExporter opened this issue Jul 28, 2015 · 1 comment
Open

flex app is a servlet response #3

GoogleCodeExporter opened this issue Jul 28, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

In this scenario I have a web app and a flex app where the flex app
performs much of the admin functions for the web app.

The flex app is a servlet response.

The question (and I'm not sure if this is the right place to put it) is how
do I get the flex app into the FlexUISelenium object.

The flex app has no html wrapper - so I'm not sure what object id to use.

Also it opens in another window.

I have tried:
selenium.click("id=toollink");          selenium.waitForPageToLoad("30000");
FlexUISelenium flexUITester = new FlexUISelenium(selenium,"hgadmin");

where toollink is the id on the anchor that calls the servlet that returns
the flex app.  This particular scenario fails in the waitForPageLoad
although I can see that the flex app in it's own browser window (in about 2
seconds)

Original issue reported on code.google.com by matthias...@gmail.com on 20 Jun 2009 at 4:24

@GoogleCodeExporter
Copy link
Author

I'm not sure if you can test your flex app in this case, because there's not an 
html
file embedding that .swf. The way that we find the flex application is finding 
it
using it's id and javascript.

What you can do is create an HTML file that embeds a SWF file, and the src file 
will
be your servlet, then you can associate an ID to your servlet (i.e., your flex 
app).

Original comment by s0c...@gmail.com on 28 Jun 2009 at 2:29

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