flex-pilot-x icon indicating copy to clipboard operation
flex-pilot-x copied to clipboard

FlexPilotX and flex explorer

Open mariangemarcano opened this issue 15 years ago • 4 comments

I am having the following issue

Once I have used the flex explorer against an application for example flexstore at http://localhost/flexstore if I have another version of the application for example flexstore at http://localhost/flexstore2 the flex explorer does not work on the latter.

mariangemarcano avatar Oct 18 '10 16:10 mariangemarcano

How are you navigating to the second application? And did you try turning the explorer off and on? And do you have the same problem with the recorder?

admc avatar Oct 19 '10 07:10 admc

yes I am having the same problem using the recorder/explorer, it seems it tries to use http://localhost/flexstore app. For example I am doing the following

-- open http://localhost/flexstore2 on firefox
-- open selenium ide and got this on the log

  • [info] ReferenceError: params is not defined
  • [info] ReferenceError: params is not defined
  • [info] ReferenceError: params is not defined
    -- using flex explorer
    -- selenium ide log
  • [info] Trying to activate flex movie: id=flexstore
  • [info] Failure to activate flex movie: id=flexstore
    -- open http://localhost/flexstore on firefox
    -- selenium ide log
  • [info] Trying to activate flex movie: id=flexstore
  • [info] Succesfully activated flex movie: id=flexstore

I disabled/enabled flexplilot x and still got this issue.

btw, I can run recorder test against http://localhost/flexstore2 deployed version, the issue is using the explorer & recording new actions.

mariangemarcano avatar Oct 19 '10 17:10 mariangemarcano

If I could figure out how to repo I bet this explains the problem: * [info] ReferenceError: params is not defined

Can you tell me what version of flexpilotx you are using and what version of firefox? Maybe put the broken flexstore app somewhere public that I can access it?

Adam

admc avatar Oct 19 '10 20:10 admc

I think I am going to review more the issue to provide detail information. My environment is firefox 3.6.11 / latest selenium ide 1.0.7 / latest flex-pilot-x-0.7.0.xpi / windowsxp & windows7 / IIS

mariangemarcano avatar Oct 20 '10 05:10 mariangemarcano