Search found 7 matches

by kumarm100
Tue Jun 22, 2010 7:45 am
Forum: Automation API
Topic: Need C# Cod to click the Submenu of Window based Application
Replies: 4
Views: 7176

Re: Need C# Cod to click the Submenu of Window based Application

Hi, Now am able to get the values of submenus using Ranorex.Menuitem Filemenu = Host.Local.FindSingle("/form[@title='Dexterity Runtime']/menubar[@accessiblename='Application']/menuitem[@accessiblename='File']"); IList <Ranorex.unknown> uk = Filemenu.Children; but not able to click the submenu and on...
by kumarm100
Sun Jun 20, 2010 6:31 am
Forum: Automation API
Topic: Need C# Cod to click the Submenu of Window based Application
Replies: 4
Views: 7176

Re: Need C# Cod to click the Submenu of Window based Application

Hi,
My issue almost resemble like Calculator Menu's
Please let me know the code for selecting the context menu.
Regards
Kumar
by kumarm100
Sun Jun 20, 2010 2:15 am
Forum: Automation API
Topic: How to get the current browser name
Replies: 6
Views: 4469

Re: How to get the current browser name

Hi All,
I was able to check the browser and activate by the following way

webdocument wb = null;
if(wb.pageurl.tostring().contains("Home"))
{
wb.browser.activate();
}
by kumarm100
Sat Jun 19, 2010 4:04 pm
Forum: Automation API
Topic: Need C# Cod to click the Submenu of Window based Application
Replies: 4
Views: 7176

Need C# Cod to click the Submenu of Window based Application

Hi, Am trying to automate the Microsoft Dynamics GP 2010. I have a problem in invoking GP, can any one provide me C# code for selecting the submenu of a menubar Am able to select till "File" Menu item, Ranorex not recognizing the Context Menu object. Please suggest me how to select the context menu ...
by kumarm100
Wed May 26, 2010 1:08 pm
Forum: Automation API
Topic: How to get the current browser name
Replies: 6
Views: 4469

Re: How to get the current browser name

Thank you all for your reply, i will try and get back to you
by kumarm100
Mon May 24, 2010 11:12 am
Forum: Automation API
Topic: How to get the current browser name
Replies: 6
Views: 4469

Re: How to get the current browser name

Hi Christian,
Thanks for your reply. Is there any other way to identify the browser name without declaring the path in webdocument.

Regards
Kumar
by kumarm100
Mon May 24, 2010 8:53 am
Forum: Automation API
Topic: How to get the current browser name
Replies: 6
Views: 4469

How to get the current browser name

Hi,
Please let me know how to get the current loaded browser name asap
Regards
Kumar