
|
|
Button that opens browser Open/Save dialog does not playbackFlexMonkium ForumTue, 08/10/2010 - 09:11 — jcollinsAxwayWhile recording a test on my application I want to be able to click a button that opens a browser dialog box, which I will then control with AutoIt. However, while recording this click FlexMonkium sees the event. When I try to play back this click the browser dialog does not appear. Is there anyway to get this to appear? Does anyone have nay ideas/suggestions for me? Anything would be helpful and greatly appreciated.
-Jason |
Don't know if that can help
Don't know if that can help you, but I was able to open a file upload native dialog by setting focus on the button that should open it (do a click for example) and than use Selenium keyPressNative to simulate hitting the space bar.
At least the dialog shows up and then my Sikuli (AutoIT in your case) routine can handle the rest from there.
same issue
Hi i am also facing the same issue.did you find any solution for it???