From michael_j_mangino at bankone.com Fri Nov 21 12:28:31 2003 From: michael_j_mangino at bankone.com (michael_j_mangino at bankone.com) Date: Fri, 21 Nov 2003 12:28:31 -0500 Subject: [Wtr-general] IEController with frames Message-ID: Hello, I joined this list because I saw a mention of the ruby IEController code that was able to handle frames. I am hoping to use this code to test an enterprise application inside the bank. Does the code that works with frames exist? If so, can you send me that code? If it needs polishing or testing, I can certainly provide that. Mike Mangino This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. From paul.rogers at shaw.ca Fri Nov 21 12:50:47 2003 From: paul.rogers at shaw.ca (paul.rogers at shaw.ca) Date: Fri, 21 Nov 2003 10:50:47 -0700 Subject: [Wtr-general] IEController with frames Message-ID: <37f3b3381e6a.381e6a37f3b3@shaw.ca> I can send you the one I am using, but I cant do it until Monday - will that work for you? ----- Original Message ----- From: michael_j_mangino at bankone.com Date: Friday, November 21, 2003 10:28 am Subject: [Wtr-general] IEController with frames > Hello, I joined this list because I saw a mention of the ruby > IEController > code that was able to handle frames. I am hoping to use this code > to test > an enterprise application inside the bank. Does the code that > works with > frames exist? If so, can you send me that code? If it needs > polishing or > testing, I can certainly provide that. > > Mike Mangino > > > This transmission may contain information that is privileged, > confidential and/or exempt from disclosure under applicable law. > If you are not the intended recipient, you are hereby notified > that any disclosure, copying, distribution, or use of the > information contained herein (including any reliance thereon) is > STRICTLY PROHIBITED. If you received this transmission in error, > please immediately contact the sender and destroy the material in > its entirety, whether in electronic or hard copy format. Thank you. > > _______________________________________________ > Wtr-general mailing list > Wtr-general at rubyforge.org > http://rubyforge.org/mailman/listinfo/wtr-general > From michael_j_mangino at bankone.com Fri Nov 21 12:56:37 2003 From: michael_j_mangino at bankone.com (michael_j_mangino at bankone.com) Date: Fri, 21 Nov 2003 12:56:37 -0500 Subject: [Wtr-general] IEController with frames Message-ID: That would be great! Sorry about all the legal crap in the email, I can't control that. Mike paul.rogers at shaw.ca Sent by: wtr-general-bounces at rubyforge.org 11/21/2003 12:50 PM Please respond to wtr-general To: wtr-general at rubyforge.org cc: Subject: Re: [Wtr-general] IEController with frames I can send you the one I am using, but I cant do it until Monday - will that work for you? ----- Original Message ----- From: michael_j_mangino at bankone.com Date: Friday, November 21, 2003 10:28 am Subject: [Wtr-general] IEController with frames > Hello, I joined this list because I saw a mention of the ruby > IEController > code that was able to handle frames. I am hoping to use this code > to test > an enterprise application inside the bank. Does the code that > works with > frames exist? If so, can you send me that code? If it needs > polishing or > testing, I can certainly provide that. > > Mike Mangino > > > This transmission may contain information that is privileged, > confidential and/or exempt from disclosure under applicable law. > If you are not the intended recipient, you are hereby notified > that any disclosure, copying, distribution, or use of the > information contained herein (including any reliance thereon) is > STRICTLY PROHIBITED. If you received this transmission in error, > please immediately contact the sender and destroy the material in > its entirety, whether in electronic or hard copy format. Thank you. > > _______________________________________________ > Wtr-general mailing list > Wtr-general at rubyforge.org > http://rubyforge.org/mailman/listinfo/wtr-general > _______________________________________________ Wtr-general mailing list Wtr-general at rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. From michael_j_mangino at bankone.com Mon Nov 24 14:59:28 2003 From: michael_j_mangino at bankone.com (michael_j_mangino at bankone.com) Date: Mon, 24 Nov 2003 14:59:28 -0500 Subject: [Wtr-general] IEController with frames Message-ID: Did you have any luck finding this code? Mike This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. From paul.rogers at shaw.ca Mon Nov 24 16:12:38 2003 From: paul.rogers at shaw.ca (paul.rogers at shaw.ca) Date: Mon, 24 Nov 2003 14:12:38 -0700 Subject: [Wtr-general] IEController with frames Message-ID: <58e374590da9.590da958e374@shaw.ca> yep - but I used the wrong email, so it got held up. Here it is again Here is the controller that handles frames. If you have any questions, let me know and I'll try and help out. Im not entirely happy with the way the code access the elements, but I havent had a chance to try and improve it. There have been several discussions about wether this should use exceptions or the array of strings that I currently use. Please let me know what you think. You will probably have to change the location of the log file to make it work - search in iecontroller.rb for s: If you try running tests, you may get lots of access denied errors. THis is due to "cross windom/domain scripting" in IE. Basically IE prevents one frame accessing the other if the contents come from different domains ( its a security thing) So I think you need to make sure that your client PC (the one controlling IE ) is in the same domain as the web server. Ive only encountered this while developing the frames code, not while actually testing an application. Paul ----- Original Message ----- From: michael_j_mangino at bankone.com Date: Monday, November 24, 2003 12:59 pm Subject: Re: [Wtr-general] IEController with frames > Did you have any luck finding this code? > > Mike > > > > > > This transmission may contain information that is privileged, > confidential and/or exempt from disclosure under applicable law. > If you are not the intended recipient, you are hereby notified > that any disclosure, copying, distribution, or use of the > information contained herein (including any reliance thereon) is > STRICTLY PROHIBITED. If you received this transmission in error, > please immediately contact the sender and destroy the material in > its entirety, whether in electronic or hard copy format. Thank you. > > _______________________________________________ > Wtr-general mailing list > Wtr-general at rubyforge.org > http://rubyforge.org/mailman/listinfo/wtr-general > -------------- next part -------------- A non-text attachment was scrubbed... Name: ie.zip Type: application/x-zip-compressed Size: 7912 bytes Desc: not available Url : http://rubyforge.org/pipermail/wtr-general/attachments/20031124/fa4c7504/attachment.bin From paul.rogers at wrx-ca.com Mon Nov 24 11:20:02 2003 From: paul.rogers at wrx-ca.com (Paul Rogers) Date: Mon, 24 Nov 2003 09:20:02 -0700 Subject: [Wtr-general] IEController with frames Message-ID: Here is the controller that handles frames. If you have any questions, let me know and I'll try and help out. Im not entirely happy with the way the code access the elements, but I havent had a chance to try and improve it. There have been several discussions about wether this should use exceptions or the array of strings that I currently use. Please let me know what you think. You will probably have to change the location of the log file to make it work - search in iecontroller.rb for s: If you try running tests, you may get lots of access denied errors. THis is due to "cross windom/domain scripting" in IE. Basically IE prevents one frame accessing the other if the contents come from different domains ( its a security thing) So I think you need to make sure that your client PC (the one controlling IE ) is in the same domain as the web server. Ive only encountered this while developing the frames code, not while actually testing an application. Paul <> -------------- next part -------------- A non-text attachment was scrubbed... Name: ie.zip Type: application/octet-stream Size: 7912 bytes Desc: not available Url : http://rubyforge.org/pipermail/wtr-general/attachments/20031124/512a3665/attachment.obj