Search found 19 matches

by taoyang987
Mon Aug 25, 2014 4:19 am
Forum: Object Identification and Technologies
Topic: Invalid Web Elements with Different version IE
Replies: 3
Views: 1841

Re: Invalid Web Elements with Different version IE

Markus:
Thank You for your reply.
in IE9 ,the invalid Elements are not exists.
I set the search timeout to 3 minutes. but still to find the item.In IE8 ,it works well with the default search timeout.
by taoyang987
Thu Aug 21, 2014 7:12 am
Forum: Object Identification and Technologies
Topic: Invalid Web Elements with Different version IE
Replies: 3
Views: 1841

Invalid Web Elements with Different version IE

My Aut is based Winform with an embeded browser。i found some elements(in the browser)did not work well with the spy 。they were shown red and invalid,if i add the right rxpath into the repository manually,they worked well。but after i updated my IE8 to IE9,the invalid elements did not show up in the s...
by taoyang987
Sat Oct 26, 2013 2:56 am
Forum: General Questions
Topic: Data file or transformation not found.
Replies: 2
Views: 1712

Re: Data file or transformation not found.

thank you for your advice.i'll try it.
by taoyang987
Thu Oct 24, 2013 10:14 am
Forum: General Questions
Topic: Data file or transformation not found.
Replies: 2
Views: 1712

Data file or transformation not found.

after the report is created,it shows the message"Data file (XXXXX.rxlog.data) or transformation not found."so i updated ranorex from 4.1.0 to 4.1.1,but the problem remains。 i copy the report files to an other computer,the report shows well.
by taoyang987
Mon Oct 21, 2013 7:02 am
Forum: General Questions
Topic: why it runs so slowly
Replies: 1
Views: 1447

Re: why it runs so slowly

i see,the most time is spent to search the repository item the webdocument is a embed browser,when i open the url in ie,it works fine 。 I've tried Ranorex4.1.0 and Ranorex4.1.1. at last I found the reason.there is a setting, the property of the Project——Compling_ Target CPU,it was "any processor".wh...
by taoyang987
Mon Oct 21, 2013 4:56 am
Forum: General Questions
Topic: why it runs so slowly
Replies: 1
Views: 1447

why it runs so slowly

with the same repostory and recording scripts,it cost different time indifferent solutions。 in an empty solution,it runs very fast,only cost 13 seconds。 in my working solution with several projects,it cost the most time,59 seconds。i open the specific project with the repostory and recording scripts ...
by taoyang987
Fri Jan 25, 2013 1:42 am
Forum: Automation API
Topic: two way to use findsingle
Replies: 2
Views: 2623

Re: two way to use findsingle

Thanks,Markus
by taoyang987
Thu Jan 24, 2013 10:14 am
Forum: General Questions
Topic: How to remove Unnecessary Plugins?
Replies: 7
Views: 3422

Re: How to remove Unnecessary Plugins?

i used qtp before, so i always think in that way :lol:
by taoyang987
Thu Jan 24, 2013 10:13 am
Forum: General Questions
Topic: How to remove Unnecessary Plugins?
Replies: 7
Views: 3422

Re: How to remove Unnecessary Plugins?

thanks ,i got it.
by taoyang987
Thu Jan 24, 2013 8:35 am
Forum: Automation API
Topic: Help——how to get the url attribute Of Frame?
Replies: 5
Views: 2508

Re: Help——how to get the url attribute Of Frame?

Thanks ,Bernhard。 I waiting for couple of days , I thought you won't reply. here is th snapshot .i'm looking for the exact url of the frame .//iframe[#'BizClientArea']: i wanna get the " RECORDERGUID=20130124-7297-0001 "in the url.in qtp,the whole url can getted by getAttribute easily http://192.168...
by taoyang987
Thu Jan 24, 2013 8:00 am
Forum: General Questions
Topic: How to remove Unnecessary Plugins?
Replies: 7
Views: 3422

Re: How to remove Unnecessary Plugins?

when installing , we can cancel the firefox or chrome plugin, why can't cancel the othe plugins?
by taoyang987
Thu Jan 24, 2013 7:22 am
Forum: Automation API
Topic: two way to use findsingle
Replies: 2
Views: 2623

two way to use findsingle

i offen see two ways to use "findSingle" one like this :

Code: Select all

Button button = form.FindSingle<Ranorex.Button>(".//button[@controlid='132']"); 
othe other is

Code: Select all

Button button = form.FindSingle(".//button[@controlid='132']"); 
i usually use the second one .
what's the diffence?
by taoyang987
Wed Jan 23, 2013 6:39 am
Forum: General Questions
Topic: need more particular API Documents to study ranorex
Replies: 4
Views: 1775

Re: need more particular API Documents to study ranorex

i know it's not easy to revise our API documentation .waiting for the new user guide
by taoyang987
Tue Jan 22, 2013 1:53 am
Forum: General Questions
Topic: How to remove Unnecessary Plugins?
Replies: 7
Views: 3422

Re: How to remove Unnecessary Plugins?

thanks i got it