Search found 4 matches

by md.eshaq
Wed Apr 08, 2015 5:48 am
Forum: General Questions
Topic: We are facing issues to identify the iFrame objects in Googl
Replies: 14
Views: 3449

Re: We are facing issues to identify the iFrame objects in Googl

Hi Ranorex is not identifying the iFrame objects in Chrome. The same thing we tried with IE and Firefox and identifies the iFrame objects. When we try to identify the objects using spy, it recognizes the entire frame but not the individual objects inside the frame. Please find the attached Ranorex s...
by md.eshaq
Tue Apr 07, 2015 6:41 am
Forum: General Questions
Topic: We are facing issues to identify the iFrame objects in Googl
Replies: 14
Views: 3449

We are facing issues to identify the iFrame objects in Googl

Hi,

Do we have good support of Ranorex for iFrame on Chrome.

We are facing issues to identify the iFrame objects in Google Chrome.

NOTE: We are using Ranorex 5.3 and the latest version of Google Chrome.

Regards,
Md.Eshaq
by md.eshaq
Thu Mar 19, 2015 7:22 am
Forum: General Questions
Topic: What is the API for Windows UI Controls
Replies: 2
Views: 1559

Re: What is the API for Windows UI Controls

Hi, I have used object type as "Adopter" as I could not do find "Click()" function for type "Element" as suggested by you. I have written the below code to find an Widows Desktop object in repository. I am passing a string as "ObjectRepository.UntitledPaint.Home.Line" to search the Object in Reposit...
by md.eshaq
Fri Feb 06, 2015 7:41 am
Forum: General Questions
Topic: What is the API for Windows UI Controls
Replies: 2
Views: 1559

What is the API for Windows UI Controls

Hi, What is the API for Windows UI Controls as we have WebElement for web and AndroidElement for Android. Do we have something as WindowsElement? Because I want to write a similar function as below to find the Windows UI Controls public static WebElement FindUIObject(string UIObjectName) { int Child...