Search found 8 matches

by Langrisser
Mon May 31, 2021 10:15 am
Forum: Object Identification and Technologies
Topic: Ignore a repo item when using the recorder?
Replies: 2
Views: 1133

Re: Ignore a repo item when using the recorder?

@odklizec
Thanks for your quick reply. I hoped there would be an "easy-lazy" way to solve this :')

EDIT
I will talk to my dev team and see if changing the default visibility of the pane is possible and won't impact the expected behavior of the production code.
by Langrisser
Mon May 31, 2021 8:13 am
Forum: Object Identification and Technologies
Topic: Ignore a repo item when using the recorder?
Replies: 2
Views: 1133

Ignore a repo item when using the recorder?

Hello there, I am working on a win 10 system with the Ranorex version 9.5. I am not allowed to upload a Ranorex snapshot for now and hope you can still help me solve this. My problem (see attached screen): When using the recorder or spy I can only track one item with this path: container[@type='Deco...
by Langrisser
Thu Jun 11, 2020 1:19 pm
Forum: General Questions
Topic: Send results to TestRail to an exisiting test run inside a milestone
Replies: 1
Views: 1260

Send results to TestRail to an exisiting test run inside a milestone

Hy guys, today I again request guidance from your side. Intro: We already did the Ranorex-Testrail integration and are able to send results to TestRail via the command line. Right now each time we run a test suite a new test run is created inside the TestRail project which is nice. However, for upco...
by Langrisser
Mon May 13, 2019 3:51 pm
Forum: Object Identification and Technologies
Topic: Select an item from scroll able web table
Replies: 2
Views: 2203

Select an item from scroll able web table

Hello there, I am currently writing a web test [Ranorex 9] under chrome to remove a user from a table: I want to remove a User called 'Dummy User'. To remove the user I need to select him at first step. And here is my little problem: My repo item for the table only has visible entries in it(like for...
by Langrisser
Wed Jan 31, 2018 4:19 pm
Forum: General Questions
Topic: Problem with Ranorex.Core.Resolver in 8.0.0
Replies: 12
Views: 7035

Problem with Ranorex.Core.Resolver in 8.0.0

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Ranorex.Core.Resolver, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b798506b574ebc9a' or one of its dependencies. The system cannot find the file specified. at __RxMain.__RxProgram.Main(String[] args) Using R...
by Langrisser
Fri Sep 23, 2016 1:51 pm
Forum: Bug Reports
Topic: 6.0 Stacktrace for exceptions in .rxtst file
Replies: 2
Views: 1848

6.0 Stacktrace for exceptions in .rxtst file

Hello, the following topics bugs me for quite a time. so today I decided to open a topic. It is more a suggestion to do better than a bug :) I am currently the person to merge ranorex commits and deal with merge conflicts. I am always able to solve the issues, the thing that bugs me: Imagine, I did ...
by Langrisser
Thu Sep 08, 2016 9:45 am
Forum: How To …
Topic: Dynamic attributes
Replies: 2
Views: 2879

Re: Dynamic attributes

hy Juan,

since, I am unable to post url, you can look for GetAttributeValueText Method (name) in Ranorex.Core.Element

You can get the value by passing your desired attribute, e.g. "name" to get the value "Hazards"
by Langrisser
Thu Sep 08, 2016 9:37 am
Forum: Automation Tools
Topic: Localization of Ranorex XPaths
Replies: 5
Views: 2339

Re: Localization of Ranorex XPaths

hello twdoka, I encountered the same issue, long story short: The repository item itself is not "smart enough" to change itself to your desired testing language. Here some solutions I am trying myself at the moment: 1. using repository variable Edit the xpath of your item like this /form/button[@tex...