Does selenium automation tool support flex applications?
Asked Answered
C

3

2

I want to know if Selenium automation tool supports flex applications. Currently I have some flex application that need to be automated.

Ceceliacecil answered 31/1, 2013 at 6:33 Comment(0)
B
0

yes.

FlexUISelenium is an extension to the Selenium RC client driver that enables the Selenium RC client drivers to interact (and test) the Flex UI components and methods of the Flex application.

FlexMonkey- open source Paid tools like RIATest,Silktest, SeleniumFlex

Breathing answered 31/1, 2013 at 6:51 Comment(0)
P
2

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

Paxton answered 3/6, 2014 at 10:30 Comment(0)
B
0

yes.

FlexUISelenium is an extension to the Selenium RC client driver that enables the Selenium RC client drivers to interact (and test) the Flex UI components and methods of the Flex application.

FlexMonkey- open source Paid tools like RIATest,Silktest, SeleniumFlex

Breathing answered 31/1, 2013 at 6:51 Comment(0)
C
0

You may also try flex-ui-selenium by Google Code. It can make things simpler.

Cagle answered 23/4, 2023 at 3:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.