Search found 12 matches

by PBMax
Fri Aug 09, 2019 12:10 pm
Forum: Object Identification and Technologies
Topic: Ranorex support for DotNetBrowser (Chromium)
Replies: 1
Views: 1586

Ranorex support for DotNetBrowser (Chromium)

Does Ranorex support for DotNetBrowser (Chromium) https://www.teamdev.com/dotnetbrowser? I've gotten development to add the settings mentioned on the support site for DotNetBrowser and I did get the application to spy objects twice but it has been inconsistent. It finds the main form as a WPF form b...
by PBMax
Thu Dec 06, 2018 4:32 pm
Forum: Object Identification and Technologies
Topic: RawText based off location
Replies: 7
Views: 2278

Re: RawText based off location

Thanks. Thank's what I needed to know if it "should" work. I didn't see anything in the documentation that refers to this functionality so I wasn't sure if it was an old removed feature or something else. I'll see about providing some sample code and a snapshot of that test.
by PBMax
Tue Dec 04, 2018 8:04 pm
Forum: Object Identification and Technologies
Topic: RawText based off location
Replies: 7
Views: 2278

Re: RawText based off location

Thanks robin hood and odklizec. I don't have a problem finding raw text, I have a problem finding the raw text for my specific object. I get all the text on my screen but the column and row values are not reliable. My question is simple. Does the Ranorex API have a mechanism to get rawtext based off...
by PBMax
Fri Nov 30, 2018 8:15 pm
Forum: Object Identification and Technologies
Topic: RawText based off location
Replies: 7
Views: 2278

Re: RawText based off location

I thought the link the the post was enough. I want to find the raw text within a particular rectangle. The issue I'm having is that I have a lot of rawtext objects on the screen and finding an object using col and row is problematic. I can find the object itself but can't get any properties from it....
by PBMax
Fri Nov 16, 2018 11:21 pm
Forum: Object Identification and Technologies
Topic: RawText based off location
Replies: 7
Views: 2278

RawText based off location

I see this post about finding rawtext based on a location. This however doesn't work:

locate-rawtext-in-some-rectangle-t6965.html

What am I missing here?
by PBMax
Tue Sep 25, 2018 4:16 pm
Forum: Automation API
Topic: Produce Compressed Report from Code
Replies: 2
Views: 1771

Re: Produce Compressed Report from Code

Thanks! That worked. I was looking at how I needed to initialize the Reporting to create the compressed file instead of looking at how to do it after the report was created.
by PBMax
Wed Sep 19, 2018 8:06 pm
Forum: Automation API
Topic: Produce Compressed Report from Code
Replies: 2
Views: 1771

Produce Compressed Report from Code

I know how to create a Ranorex report from code but how do I create a compressed report from code? This can be done either by starting a compressed report or compressing it after the report has been finalized.
by PBMax
Thu Aug 30, 2018 4:04 pm
Forum: Automation API
Topic: Screenshot in teardown with no failures?
Replies: 6
Views: 1749

Re: Screenshot in teardown with no failures?

Is there something you are looking for? A little more info would be helpful for me to investigate a little.
by PBMax
Mon Aug 27, 2018 4:45 pm
Forum: Automation API
Topic: Screenshot in teardown with no failures?
Replies: 6
Views: 1749

Re: Screenshot in teardown with no failures?

I've attached a screenshot instead of my actual report. If you can see, I have an Info and User log message in TearDown and got screenshots when those steps did not fail.
by PBMax
Sun Aug 26, 2018 3:59 pm
Forum: Automation API
Topic: Screenshot in teardown with no failures?
Replies: 6
Views: 1749

Re: Screenshot in teardown with no failures?

I ran a larger test and it looks like the last 3 screenshots are attached for each module. I'm not sure if this is due to the first failure or not in the test suite. Is there API documentation that gives a little detail as to how this feature works?
by PBMax
Sun Aug 26, 2018 1:59 pm
Forum: Automation API
Topic: NuGet for Ranroex Runtime?
Replies: 1
Views: 1769

NuGet for Ranroex Runtime?

Is there a NuGet package for the Ranroex runtime for API projects? I know in ranorex studio I can output the runtime in the settings options but I want to use Visual Studio and don't want to check in the Runtime into source control. I would love to be able to target different versions of the Runtime...
by PBMax
Sun Aug 26, 2018 5:41 am
Forum: Automation API
Topic: Screenshot in teardown with no failures?
Replies: 6
Views: 1749

Screenshot in teardown with no failures?

I'm using the Ranorex API in Visual Studio 2015 with Ranorex 8.2. When my test passes or fails my test cleanup runs and I always gets screenshots in the report. EnableTracingScreenshots is enabled and I didn't set the number of screenshots so I think the default is 3. Why am I getting screenshots in...