<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/ieunit/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/ieunit/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 14 Feb 2007 16:05:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ieunit/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>skipAlert in new IE7 style. :(</title><link>https://sourceforge.net/p/ieunit/support-requests/53/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I've downloaded the new IEUnit and finally given in and install IE 7 on my machine. However I have a problem and I don't understand why my work around didn't work either.&lt;/p&gt;
&lt;p&gt;The product I'm testing doesn't have a valid https certificate so we get a Certificate Error when first opening the UI.&lt;/p&gt;
&lt;p&gt;Before we just used the skipAlert and it was all happy.&lt;/p&gt;
&lt;p&gt;IE 7 however doesn't give us an alert popup it gives us a Certificate Error page.&lt;/p&gt;
&lt;p&gt;Initially I thought, fine I'll just &lt;/p&gt;
&lt;p&gt;_.findWindow("Certificate Error")&lt;br /&gt;
_.clickByText("Continue to this website") &lt;/p&gt;
&lt;p&gt;and it'll be fine. But that doesn't work either.&lt;/p&gt;
&lt;p&gt;I need to code my script to cope with both IE6 and 7 as we claim to support both and I don't want to maintain two sets of scripts.&lt;/p&gt;
&lt;p&gt;So I have two queries&lt;/p&gt;
&lt;p&gt;1, Is there a way to read what version of IE is being run so I can switch the scripts appropriately?&lt;/p&gt;
&lt;p&gt;2, How do I get around the Certificate Error page?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Newton</dc:creator><pubDate>Wed, 14 Feb 2007 16:05:47 -0000</pubDate><guid>https://sourceforge.net38cd9d09518925f65a4f367bfad4e8f4cf2a2506</guid></item><item><title>mouseMoveTo?</title><link>https://sourceforge.net/p/ieunit/support-requests/52/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, I need a simple way to move the mouse out of the way during the script. I was hoping to use mouseMoveTo but I can't seem to get it to move the mouse. I've tried something like&lt;/p&gt;
&lt;p&gt;var testWin = _.findWindow("Microsoft Internet Explorer");&lt;br /&gt;
testWin.MoveMouseTo(0,0);&lt;/p&gt;
&lt;p&gt;Taking my lead from the mousetest.jst in the win32dom samples. But all I get it "Object doesn't support this property or method"&lt;/p&gt;
&lt;p&gt;I've tried various different options, but obviously not the rigth one.&lt;/p&gt;
&lt;p&gt;Any help would be appreciated. &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Newton</dc:creator><pubDate>Fri, 26 Jan 2007 10:50:09 -0000</pubDate><guid>https://sourceforge.netb0e391240cc4f30e305a39778804fa31593e4496</guid></item><item><title>Closing all IE windows</title><link>https://sourceforge.net/p/ieunit/support-requests/51/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have a problem with some of our tests to be sorted&lt;br /&gt;
out later. But the tests can leave IE windows open&lt;br /&gt;
without sensible titles, making it very difficult to&lt;br /&gt;
find or close them. &lt;/p&gt;
&lt;p&gt;The safest way would be for us to stop/kill any&lt;br /&gt;
iexplorer.exe services running. &lt;/p&gt;
&lt;p&gt;I've been looking around but can't figure how to do&lt;br /&gt;
this. Do you have any ideas on how I might be able to&lt;br /&gt;
accomplish stopping all iexplorere.exe services.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Newton</dc:creator><pubDate>Thu, 07 Sep 2006 10:01:48 -0000</pubDate><guid>https://sourceforge.net1472192c2ff8ba650f965cc0d0bc78889fdff604</guid></item><item><title>Changing IE Options</title><link>https://sourceforge.net/p/ieunit/support-requests/50/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I know you have given as the very usefull method of&lt;br /&gt;
accessing the IE config panel and clearing the caches.&lt;br /&gt;
I've started looking at extending this to be able to&lt;br /&gt;
change other settings on the fly.&lt;/p&gt;
&lt;p&gt;Particularly I need to be able to set/unset/change the&lt;br /&gt;
proxy settings so I can test against different proxy&lt;br /&gt;
setups.&lt;/p&gt;
&lt;p&gt;I've just started looking at this and my first attempts&lt;br /&gt;
have failed to click tabs, then I'll need to set/uset&lt;br /&gt;
checkboxes and input fields. I'm going to struggle on a&lt;br /&gt;
bit with this. In the mean time is there any pointers&lt;br /&gt;
or advice you can give me to help.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Newton</dc:creator><pubDate>Thu, 03 Aug 2006 10:22:12 -0000</pubDate><guid>https://sourceforge.netee4f3dd633f993f11e242ae0aca467daabaafef9</guid></item><item><title>Passing pararmeters to scripts</title><link>https://sourceforge.net/p/ieunit/support-requests/49/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have a difficult problem to overcome.&lt;/p&gt;
&lt;p&gt;I have a single test driver (for the time being no &lt;br /&gt;
one will pay out for another one) this machine is &lt;br /&gt;
expected to run tests against two systems.&lt;/p&gt;
&lt;p&gt;Using Remote desktop and ANT I can do this. The &lt;br /&gt;
problem is that currently the IeUnit tests rely on a &lt;br /&gt;
common variables file that includes details such as &lt;br /&gt;
the machine under test IP and type. The problem is &lt;br /&gt;
that by keeping the tests common for both systems and &lt;br /&gt;
reduce the amount of test maintenance the same common &lt;br /&gt;
file is called for both systems, a lot of the tests &lt;br /&gt;
are run against both systems. I need someway of &lt;br /&gt;
starting the tests and telling them they are against &lt;br /&gt;
different systems. &lt;/p&gt;
&lt;p&gt;This would ideally be achieved by passing a variable &lt;br /&gt;
to the tests from the cscript command line that runs &lt;br /&gt;
all of the tests in a directory. &lt;/p&gt;
&lt;p&gt;Is there anyway that you can think of that I can do &lt;br /&gt;
this or is there something that you could do to help &lt;br /&gt;
me. Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Newton</dc:creator><pubDate>Fri, 23 Jun 2006 15:24:07 -0000</pubDate><guid>https://sourceforge.net4488e5c4dd730ca04ffce876fb6a2a029b18d304</guid></item><item><title>Reading the address bar</title><link>https://sourceforge.net/p/ieunit/support-requests/48/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;We have a need to read the Address bar for the URL in &lt;br /&gt;
it. &lt;/p&gt;
&lt;p&gt;I've tried &lt;/p&gt;
&lt;p&gt;var URL = _.win.parent.location.href&lt;br /&gt;
and&lt;/p&gt;
&lt;p&gt;var URL = _.win.location.href&lt;/p&gt;
&lt;p&gt;with and with out trailing () all return 'Permission &lt;br /&gt;
denied'.&lt;/p&gt;
&lt;p&gt;Do you have any idea how I might be able to do this. &lt;br /&gt;
in IeUnit. &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Newton</dc:creator><pubDate>Thu, 25 May 2006 13:57:48 -0000</pubDate><guid>https://sourceforge.netb23e052c6d9a0f03ce1bd0d9ede0d3c73457462a</guid></item><item><title>IE 7</title><link>https://sourceforge.net/p/ieunit/support-requests/47/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have a collegue who is brave enough to try the&lt;br /&gt;
Microsoft IE 7 beta. Unfortunately this has caused him&lt;br /&gt;
some problems in his test environment. Pirmarily around&lt;br /&gt;
IeUnit.&lt;/p&gt;
&lt;p&gt;Has anyone tried IeUnit with IE 7 yet and if so did you&lt;br /&gt;
have difficulties.&lt;/p&gt;
&lt;p&gt;The first thing we are seeing is that IeUnit does not&lt;br /&gt;
start a web page, and doesn't throw an error saying it&lt;br /&gt;
couldn't create and instance of explorer. The first&lt;br /&gt;
error is the first action on the web page fails as it&lt;br /&gt;
can't find the object on the web page (that doesn't exist).&lt;/p&gt;
&lt;p&gt;Secondly all of the file associations to IE 7 desktop&lt;br /&gt;
links are lost when IeUnit is started. He has to&lt;br /&gt;
restart his PC to get them back.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Newton</dc:creator><pubDate>Wed, 10 May 2006 11:54:00 -0000</pubDate><guid>https://sourceforge.net1238c6dd0f6551580f79e780f35c626a43239e56</guid></item><item><title>Marking tests not to be run</title><link>https://sourceforge.net/p/ieunit/support-requests/46/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Is it possible somehow to mark a test not to be run.&lt;/p&gt;
&lt;p&gt;We have our IeUnit tests on the back of the build now &lt;br /&gt;
so everytime we build all of the latest tests are &lt;br /&gt;
pulled from subversion and run. We pull all so that &lt;br /&gt;
the build script doesn't have to be maintained and &lt;br /&gt;
tests can be added without updateing anyone or &lt;br /&gt;
various batch files and ANT scripts.&lt;/p&gt;
&lt;p&gt;Obviously there are some tests still being developed &lt;br /&gt;
or improved each nigth and may not be clean, also the &lt;br /&gt;
occasional test inplace ahead of the product.&lt;/p&gt;
&lt;p&gt;The developers have a way of marking a test not to be &lt;br /&gt;
run in the JUnit and NUnit tests. It would be nice to &lt;br /&gt;
be able to do this in IeUnit.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Newton</dc:creator><pubDate>Tue, 02 May 2006 15:39:11 -0000</pubDate><guid>https://sourceforge.net58324cc18d5030817226770460406cde1cb0a939</guid></item><item><title>Accessing an element of type file</title><link>https://sourceforge.net/p/ieunit/support-requests/45/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am having trouble understanding how to access an &lt;br /&gt;
input field of type file.&lt;/p&gt;
&lt;p&gt;The input field has a browse button and a text field. &lt;br /&gt;
You can either fill in a location directly or use the &lt;br /&gt;
browse button to find the file you want to access.&lt;/p&gt;
&lt;p&gt;The html for this input is&lt;/p&gt;
&lt;p&gt;&amp;lt;INPUT id=$logo type=file &lt;br /&gt;
onchange="editPanel_ChangesMade('CustomiseImage')" &lt;br /&gt;
size=40 name=logo&amp;gt;&lt;/p&gt;
&lt;p&gt;We have functions for setting an input field that &lt;br /&gt;
finds the id $logo but doesn't seem to fill in the &lt;br /&gt;
field.&lt;/p&gt;
&lt;p&gt;This is now holding up two other testers in our team &lt;br /&gt;
so I'm being bombarded with questions.&lt;/p&gt;
&lt;p&gt;Your help is appreciated, thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Newton</dc:creator><pubDate>Tue, 02 May 2006 09:32:43 -0000</pubDate><guid>https://sourceforge.net6b6d32bc72c3bb146d0ef71983b8df1ca8038976</guid></item><item><title>Access the IE toolbar buttons</title><link>https://sourceforge.net/p/ieunit/support-requests/44/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;One of our manual tests we are automating requires the &lt;br /&gt;
user to click the 'Back' button in IE and check that &lt;br /&gt;
information remains in wizards.&lt;/p&gt;
&lt;p&gt;How do I access these buttons or perform this sort of &lt;br /&gt;
task.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Newton</dc:creator><pubDate>Tue, 11 Apr 2006 11:14:44 -0000</pubDate><guid>https://sourceforge.net1f6a6805e951c6084d6da87fdfc8aba34940bacd</guid></item></channel></rss>