Kamakazy Posted June 28, 2012 Posted June 28, 2012 Hey all. I have been trolling this site (and google) for some time but can't find a solution. I'm busy automating a website that we have built as regression testing manually takes too long. We are also forced to use firefox so by default, I am including <FF.au3> I managed to create quite a couple of working scripts but at a point in the automation lifetime, I need to delete the items created by the scripts for future use. This is where the problem comes in, as it was coded, the delete opens a JSPopup confirmation window. ( ) This window has no title, nor am I able to trap it with Firebug. I have tried running the lines of: _FFConnect() _FFLinkClick("Delete", "text") ;At this point, the js popup is called and goes into an endless loop of timing out. Send("{SPACE}") _FFDisConnect() My idea was to have the call time out thus continueing the script, but the endless loop caught me. Can anybody perhaps point me in the right direction... Ill be more than happy to supply more details if needed. _IEFrameGetObjByID |
czardas Posted June 28, 2012 Posted June 28, 2012 Perhaps you should try explaining the importance of cross browser compatibility to your employer. I imagine something in your script is triggering this popup. Have you tried using the AutoIt Window Info tool? Does the script continue if you press cancel? operator64 ArrayWorkshop
Kamakazy Posted June 29, 2012 Author Posted June 29, 2012 Hi, Thanx for the feed back. The system we are building is aimed for FireFox but we do support all IE (7, 8 & 9), Chrome and Safari. And yes, when I click on Cancel (or OK for that matter), the script does continue. The odd thing is that the initial way I had it worked (via my time out method), but I re wrote all the scripts to make use of functions instead. I just encased the pieces of code that worked into functions and the endless loop thing started happening. Whe I reverted back to my initial scripts, the same happened.. PS. The info tool only sees to the level of the browser (firefox), but none of the internal goods. (who knows, maby my info tool is broken ) _IEFrameGetObjByID |
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now