Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Have a Flex application which has FileReferenceList.Browse() to upload files from local system. (Flex application has been compiled with Selenium libs - using external interface)
2. Use Selenium to navigate and click on "Browse" button.
More Info On Selenium:
In order to click on the controls, Selenium dispatches MouseEvent.CLICK to that particular control.
Actual Results:
a. The file browser dialog is not popped up.
Expected Results:
a. On clicking the browse button using dispatchEvent of MouseEvent.CLICK, the file browser dialog should be popped up.
Workaround (if any):
N.A.