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

Key: SEL-291
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: dhwang
Votes: 0
Watchers: 0
Operations

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

hta doesn't allow access to top window variable storedVars from setup page

Created: 21/Aug/06 09:58 PM   Updated: 30/Mar/07 12:21 PM
Component/s: MS HTA Mode
Affects Version/s: 0.7.0
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: HTA


 Description  « Hide
a setupPage.html that saves value in window.top.storedVars does not work in HTA mode.

Adding attribute application="yes" to <iframe> tags in TestRunner.hta fixed the problem

 All   Comments   Work Log   Change History      Sort Order:
Dan Fabulich - 12/Nov/06 05:56 PM
It isn't necessarily a good idea to give the AUT application-level privileges (since that's not really how your app will run in real life).

dhwang - 30/Mar/07 12:21 PM
The A in HTA stands for application I think. Anyway, what I'm trying to say is that if you're running with HTA, you are already in application level priviledge.

Also, in real life my web application is not a deployed application. It is a framework to be used by others. I'm not testing the applications others develop. It is the framework I'm testing. Only a small percentage of my tests will require deployment to actual webserver, in which case I won't be using the HTA.