Need help - including SeleniumFlexAPI.swc in Flex Application
Page 1 of 1 • Share •
Need help - including SeleniumFlexAPI.swc in Flex Application
Hi,
In sample flex application(Flex3StyleExplorer), I have included SeleniumFlexAPI.swc when building the application. which gives only a single swc file and it works fine.
But in my flex application, there are so many flex objects , Do i need to include SeleniumFlexAPI.swc in each flex objects in my application?
Thanks & Regards,
senthilm
In sample flex application(Flex3StyleExplorer), I have included SeleniumFlexAPI.swc when building the application. which gives only a single swc file and it works fine.
But in my flex application, there are so many flex objects , Do i need to include SeleniumFlexAPI.swc in each flex objects in my application?
Thanks & Regards,
senthilm
senthilm.aynara- Active particpant

- Posts: 19
Join date: 2009-09-15
Re: Need help - including SeleniumFlexAPI.swc in Flex Application
To do this in Flex Builder or Eclipse:
1. Go to you project properties i.e. right click on the project and go to properties
2. Click on the "Flex Compiler" option from the list
3. Add the following text to the "Additional compiler arguments"
-include-files -include-libraries "libs\SeleniumFlexAPI.swc"
The text "libs\SeleniumFlexAPI.swc" may need to be "..\libs\SeleniumFlexAPI.swc"
depending on the relative path of your main MXML file.
1. Go to you project properties i.e. right click on the project and go to properties
2. Click on the "Flex Compiler" option from the list
3. Add the following text to the "Additional compiler arguments"
-include-files -include-libraries "libs\SeleniumFlexAPI.swc"
The text "libs\SeleniumFlexAPI.swc" may need to be "..\libs\SeleniumFlexAPI.swc"
depending on the relative path of your main MXML file.
sudheer raj- Posts: 4
Join date: 2009-12-03
Similar topics» Need help - including SeleniumFlexAPI.swc in Flex Application
» Is there any way to record the Flex Application using Selenium IDE
» How to recognise controls inside tabNavigator of Flex application while testing in Selenium.
» how to capture screenshots of flex application using Selenium?
» How to recognize flex object in perl
» Is there any way to record the Flex Application using Selenium IDE
» How to recognise controls inside tabNavigator of Flex application while testing in Selenium.
» how to capture screenshots of flex application using Selenium?
» How to recognize flex object in perl
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case