This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
POST-Statement is turned to GET-request for no obvious reason #7622
Open
Description
Originally reported on Google Code with ID 7622
Hi guys,
I'm writing automated tests for a rich internet application within our company.
First of all my setup:
Selenium version: IEDriverServer_Win32_2.42.0
OS: Windows 7
Browser: Internet Explorer
Browser version: 10.0.18
Now, what is the problem?
At a certain point the test in question should click on an image.
via: specialButton.Click();
The button:
<img title="specialButton" class="browsingAktion" onclick="doSomething('AAA', 'XXX')"
src="/images/specialButton.gif"/>
Expected behaviour:
If you click this IMG manually, a POST-statement is send and a new dialog shows up
in an overlaying div. <-- manually this does work!
Occuring behaviour:
When the IEDriver is started up and the selenium tests comes up to this Click() the
problem hits in.
Instead of a POST-statement a GET-request is fired (I checked this in Fiddler).
If I now stop the test but leave the IEDriver open and then again try to click the
button manually, the POST is also turned into a GET.
So since the problem only occurs when the IEDriver is started up, I thought it might
have something to do with how the IEDriver works at this particular moment.
We have this problem only since we changed from IE 9 to IE 10. This problem did not
occure in IE 9 and is also not reproducable in this browser version.
Also using different versions (32bit/64bit) of the IEDriver does not solve the issue.
I'm very sorry I can not provide any code/click examples at this point.
Still, maybe you have an idea why this problem shows up. Where is the difference in
the IEDriver working with IE10 and IE9.
What do you recommend me to try to locate this error more thoroughly? What would you
do?
Thanks so far.
John
Reported by sidekick.john
on 2014-07-18 08:51:55