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

Key: WTR-96
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Bret Pettichord
Votes: 1
Watchers: 1
Operations

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

Upgrade Watir Access to Frames to be subject to Access Denied Errors.

Created: 13/Sep/06 09:57 AM   Updated: 28/Oct/08 05:15 PM
Component/s: Frame
Affects Version/s: 1.5.4
Fix Version/s: 1.6.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
From 9/13/06, wtr-general:

Hi,

Just wanted to let you know that this "access denied" problem can be fixed in code. You need to replace the current implementation of finding a frame/frames with some COM api calls. Here are links to info about this solution:

KB Article KB196340: http://support.microsoft.com/default.aspx?scid=kb;en-us;196340
C# implementation of KB196340: http://www.colinneller.com/blog/PermaLink,guid,64eac67e-df2a-4a20-82f0-16b0c5ce9615.aspx

We have just added this code to the .Net port of Watir (watin.sourceforge.net) and it works OK.

Hope this info helps

Regards,

Jeroen van Menen

 All   Comments   Work Log   Change History      Sort Order:
Bret Pettichord - 16/May/07 01:00 PM
This looks a great suggestion. Thanks.