954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

White Automation Internet Explorer 8 MenuBar Problem?

Hello all,

I'm making an application that manipulates the common web-browser Internet Explorer 8 using the White Framework( http://www.white.codeplex.com/)and I am having some problems.

I'm trying to go to(in IE) Tools>Internet Options so I used the code given here:"http://white.codeplex.com/wikipage?title=MenuBar%2c%20Menu%20and%20PopupMenu&referringTitle=Programming%20using%20white"

code snippet of mine:

MenuBar menuBar = window.MenuBar;
Menu level2Menu = menuBar.MenuItem("Tools","Internet Options...");
level2Menu.Click();


and this code clicks on the 'Tools' button and then crashes and gives me the error:

"Error invoking MenuBar.MenuItem"

Help???

Thanks SO much

shredder2794
Light Poster
28 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: