History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SRC-340
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: Unassigned
Reporter: DK
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Selenium Remote Control

IEHTA and Reverse Proxy - buggy

Created: 06/Sep/07 06:24 AM   Updated: 29/Sep/08 06:29 PM
Component/s: Launcher - Internet Explorer
Affects Version/s: 0.9.2
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows XP, IE 6, https Homepage, SES Proxy


 Description  « Hide
The IEHTA has problems with reverse Proxies. Selenium and therefore the browser seem to loose the session they got from the SES reverse proxy.

The error messages of the IEHTA are different and depend on the commands used in the testscript.
The HTA Browser always fails when a clickAndWait command in the testscript is used:
- sometimes the new page is loaded, but the selenium server still waits for the page to load.
- sometimes the element for the clickAndWait command could not be found. But the following page is loading...strange behavior.
- or the testscript terminates because selenium encountered an "access denied" error.

The same homepage can be fully tested with the chrome browser. It seems that the proxy settings of the IEHTA are wrong. The browser must connect our homepage via a proxy. If the browser tries a direct connection or a connection via Selenium the test fails already at the first open command.

Maybe all mistakes have to do with a session that is granted by the reverse proxy, but ignored by selenium.

 All   Comments   Work Log   Change History      Sort Order:
Andras Hatvani - 29/Sep/08 06:29 PM
You could try using click + waitForElementPresent instead of clickAndWait.