Search found 67 matches

by testautomator
Fri Mar 13, 2015 6:26 am
Forum: Automation Tools
Topic: Does Ranorex setup require local admin rights?
Replies: 5
Views: 2803

Re: Does Ranorex setup require local admin rights?

That thread explains it all. We wait for the fix. Thanks
by testautomator
Fri Mar 13, 2015 6:25 am
Forum: General Questions
Topic: Technology Limitation Warning Message
Replies: 9
Views: 4427

Re: Technology Limitation Warning Message

Yes!! This also explained my question on this warning message. FYI: I am using Rx 5.3. Thanks..
by testautomator
Thu Mar 12, 2015 7:09 am
Forum: Automation Tools
Topic: Does Ranorex setup require local admin rights?
Replies: 5
Views: 2803

Re: Does Ranorex setup require local admin rights?

I also see that it is showing a message when ever I am spying or running code on my Visual Studio 2012. Here is the message in my report: "The control seems to be a Windows Forms control, but was not recognized as such, possibly due to a security limitation. UI element identification capabilities fo...
by testautomator
Tue Feb 24, 2015 8:16 am
Forum: Object Identification and Technologies
Topic: Data-bind property causing plugin entries in Debug reports
Replies: 13
Views: 4499

Re: Data-bind property causing plugin entries in Debug reports

I have the same ranorex chrome extension, that is right one. But let me see what we can do about sharing the pages :) Thanks for your reply though
by testautomator
Wed Feb 18, 2015 5:53 am
Forum: Object Identification and Technologies
Topic: Data-bind property causing plugin entries in Debug reports
Replies: 13
Views: 4499

Re: Data-bind property causing plugin entries in Debug reports

Yeah, it exists in this version too. Chrome version: Version 40.0.2214.111 m ---------------------------------------- 00:55.188 Debug Plugins Getting attribute 'data-bind' failed on FlavorElement with flavor 'chromeweb'. The given key was not present in the dictionary. Show/Hide Stacktrace System.Co...
by testautomator
Wed Feb 18, 2015 5:25 am
Forum: Object Identification and Technologies
Topic: Data-bind property causing plugin entries in Debug reports
Replies: 13
Views: 4499

Re: Data-bind property causing plugin entries in Debug reports

I got it. I have installed the version 40. It looks like the issue is there for that version too. I will run some more tests and let you guys know. Thanks for the inputs :)
by testautomator
Tue Feb 17, 2015 3:36 pm
Forum: Object Identification and Technologies
Topic: Data-bind property causing plugin entries in Debug reports
Replies: 13
Views: 4499

Re: Data-bind property causing plugin entries in Debug reports

Ok, let me try this then. But they dont keep archives of older versions I guess. This is the latest version they have. I dont think that 41 is beta. Let me check if I can get 40.
by testautomator
Mon Feb 16, 2015 11:19 am
Forum: Object Identification and Technologies
Topic: Data-bind property causing plugin entries in Debug reports
Replies: 13
Views: 4499

Re: Data-bind property causing plugin entries in Debug reports

But when I remove the data-bind property from the path and put innertext. There are no entries and object is found immediately.

This is not observed in IE though with data-bind property.
by testautomator
Mon Feb 16, 2015 11:11 am
Forum: Object Identification and Technologies
Topic: Data-bind property causing plugin entries in Debug reports
Replies: 13
Views: 4499

Re: Data-bind property causing plugin entries in Debug reports

Its chrome version: Version 41.0.2272.53 m (64-bit) There are some 89 entries in just 6 secs of reports. Same message repeats 89 times continuously. Here are some of those entries: ------------------------------------------------- 00:18.299 Debug Plugins Getting attribute 'data-bind' failed on Flavo...
by testautomator
Mon Feb 16, 2015 11:07 am
Forum: Object Identification and Technologies
Topic: Data-bind property causing plugin entries in Debug reports
Replies: 13
Views: 4499

Data-bind property causing plugin entries in Debug reports

Hi, We are using Data-bind property for some objects in our HTML app. After executing the script I am seeing this entry in my reports under debug info. Ranorex 5.2.2 latest release. --------------------------------------------------------- 00:17.469 Debug Plugins Getting attribute 'data-bind' failed...
by testautomator
Thu Feb 05, 2015 12:33 pm
Forum: General Questions
Topic: Checkbox/Checked property not found
Replies: 20
Views: 7060

Re: Checkbox/Checked property not found

User Input tag to get the "Checked" state and user spantag to click on it.
I am guessing Input tag is invisible? If yes, it cannot be clicked.
Also, use inputtag.NextSibling to click on the spantag
by testautomator
Fri Nov 14, 2014 10:43 am
Forum: Automation Discussions
Topic: IList items are getting replaced
Replies: 3
Views: 2444

Re: IList items are getting replaced

@swmatisa : Thanks for that info
by testautomator
Fri Nov 14, 2014 6:15 am
Forum: Automation Discussions
Topic: IList items are getting replaced
Replies: 3
Views: 2444

Re: IList items are getting replaced

Can anybody please reply? :|
by testautomator
Wed Nov 12, 2014 11:58 am
Forum: Automation Discussions
Topic: IList items are getting replaced
Replies: 3
Views: 2444

IList items are getting replaced

Hi All, There is an ilist we are using to hold list of Text objects we want from a table. Getting them is not an issue but keeping them in the IList is a problem. See the code below, IList<Text> ilColumnList = new List<Text>(); IList<Element> ilElements = tblPriorityField().Find("element"); int intC...
by testautomator
Thu Oct 09, 2014 6:22 am
Forum: Object Identification and Technologies
Topic: Wait for image to appear on screen
Replies: 4
Views: 2554

Re: Wait for image to appear on screen

Great! But I have great respect for your image based automation!! Man, cant imagine how painful it might me :)
Also, now I get the virtual machine thingy. We have installed Rx on our VMs and spy there too! We never realized that we cant spy from our local machine :P