Is selenium automation tool supports flex applications?

10,465

Yes, We can automate flex application in selenium web driver, For this we need to follow these steps:

  1. you have to download selenium flex api.

  2. you will get a SeleniumFlexAPI.swc file here.

    a. you need to put this file in your flex application.

    b. you need to add lib path in flex compiler like this and compile the code

              -include-libraries "libs\SeleniumFlexAPI.swc"
    

See this link for more explanation.

best way to automate Flex With selenium web driver

For reference of example code see

Share:
10,465
Admin
Author by

Admin

Updated on June 04, 2022

Comments

  • Admin
    Admin about 2 years

    I want to know that is Selenium automation tool supports flex application? Currently i have some flex application that need to be automated. If not can you suggest any other free automation tool that supports flex?

    Regards, Nilesh