Search found 36 matches

by _KK_
Fri Sep 06, 2019 10:11 am
Forum: General Questions
Topic: ApplicationNotRespondingException: What is going on with the WPF tree when this is thrown?
Replies: 2
Views: 1203

ApplicationNotRespondingException: What is going on with the WPF tree when this is thrown?

In some cases our tests throws the exception. E.g. we "wait for exists 5s" of an entry in the UI with the functionality BreadCrumb (for Navigation). The path is as XPath in the repo. Then the Exception is thrown. But what is the root cause of those exceptions? It seems that the WPF dll cannot access...
by _KK_
Wed Sep 04, 2019 5:12 am
Forum: General Questions
Topic: Using "Instance" and TheItem"Info" or not: What is better concerning coding?
Replies: 2
Views: 1251

Using "Instance" and TheItem"Info" or not: What is better concerning coding?

The first coding snippet uses an entry in the repository with Keyword "Instance" and the "Info" entry of that thing: internal void CheckSomethingImportantExists() { if(Ranorex_Automation_Helpers.Ranorex_Automation_HelpersRepository.Instance.MySpecialStructure.CloseButtonInfo.Exists(Duration.ToMillis...
by _KK_
Fri Aug 23, 2019 9:47 am
Forum: General Questions
Topic: Is there an easy way to pause the execution of a entire test and resume it on request by hand later?
Replies: 1
Views: 1601

Is there an easy way to pause the execution of a entire test and resume it on request by hand later?

Hello Forum! Testexecution runs from the beginning to the end of the coded cases in the testsuite. For special purposes: can this running test be "paused" by an action (like press button combination) and later on be "resumed" by another action? I know only to "end" the running test with skipping fro...
by _KK_
Thu Aug 01, 2019 8:44 am
Forum: General Questions
Topic: How to create an "Element" entry for making a screenshot of the desktop (entire window what the user is seeing)
Replies: 2
Views: 1066

Re: How to create an "Element" entry for making a screenshot of the desktop (entire window what the user is seeing)

Hi Vega! Thanks for your Reply. I guess your Approach doesnt fit the Need that this must be in "flavor" as "Element element". Maybe you have read that the provided method "TakeScreenshotOfElement" taking a screenshot. It has a first Parameter which must be satisfied as "Element". I found myself a so...
by _KK_
Mon Jul 29, 2019 10:08 am
Forum: General Questions
Topic: How to create an "Element" entry for making a screenshot of the desktop (entire window what the user is seeing)
Replies: 2
Views: 1066

How to create an "Element" entry for making a screenshot of the desktop (entire window what the user is seeing)

Hello Forum! We created a PopUpWatch for OS exceptions like "… has stopped working". In the callback we call the method "HandleAndCloseWatchedDialog" we want to execute when the event (the exception) occurs. myPopupWatcher.Watch(new RxPath("/form[@title='Basereport']/?/?/element[@instance='0']/butto...
by _KK_
Mon Jun 17, 2019 10:23 am
Forum: General Questions
Topic: Meaning of the "green hook" at icons in Projects Pad
Replies: 2
Views: 1054

Re: Meaning of the "green hook" at icons in Projects Pad

Many thanks to Stub, in my case it indicates that there was a Change. But I dont know why there was a Change. Before seeing this I did a undo in VS for TFS and also an undo in RX. But it still Shows the tick after get latest with VS. We investigated that there are Rx-Cache files on harddisk. We dele...
by _KK_
Mon Jun 17, 2019 7:54 am
Forum: General Questions
Topic: Meaning of the "green hook" at icons in Projects Pad
Replies: 2
Views: 1054

Meaning of the "green hook" at icons in Projects Pad

Searching on Ranorex Website got no result. Where can I find the explanantion of the Little Icons in Projects Pad in the user manual? What is exactly the meaning of the green hook (see attachment)? Although a get latest was done by VisualStudio after Opening the Rx app, this green hook is shown. Doe...
by _KK_
Fri Dec 07, 2018 10:43 am
Forum: General Questions
Topic: How to run the Rx .exe minimized?
Replies: 4
Views: 1365

Re: How to run the Rx .exe minimized?

Thanks!
by _KK_
Fri Dec 07, 2018 9:24 am
Forum: General Questions
Topic: How to run the Rx .exe minimized?
Replies: 4
Views: 1365

Re: How to run the Rx .exe minimized?

Show Progress Dialog is disabled (not to cover important things during the tests)

I mean the binary, which was compiled to run the Tests and can be started with Argument like /rx:fast

see attachment.
by _KK_
Fri Dec 07, 2018 9:10 am
Forum: General Questions
Topic: How to run the Rx .exe minimized?
Replies: 4
Views: 1365

How to run the Rx .exe minimized?

Hello Forum! Have a need to run the Ranorex Projectname.exe minimized. There is no parameter foreseen in command line as an argument: https://www.ranorex.com/help/latest/ranorex-studio-fundamentals/test-suite/running-tests-without-ranorex-studio/#Commandlinearguments Search here in the entire Forum ...
by _KK_
Tue Nov 13, 2018 1:11 pm
Forum: Object Identification and Technologies
Topic: How to solve "LineageGlueRule 'cef_wpf_rule' caused SetAttributeFailedException on Execute"?
Replies: 6
Views: 2457

Re: How to solve "LineageGlueRule 'cef_wpf_rule' caused SetAttributeFailedException on Execute"?

The AUT has now gotten the remote Debugging port. The port is listening on 8081. The application itselft (the AUT) has a cefBrowser "integrated". It is based on CefSharp. The cef libs reside in the AUT. I guess something is missing inside the AUT which (should) come from Ranorex. When I take a Chrom...
by _KK_
Tue Nov 06, 2018 6:29 am
Forum: Object Identification and Technologies
Topic: How to solve "LineageGlueRule 'cef_wpf_rule' caused SetAttributeFailedException on Execute"?
Replies: 6
Views: 2457

Re: How to solve "LineageGlueRule 'cef_wpf_rule' caused SetAttributeFailedException on Execute"?

Hi Pavel, thanks for your answer. Not that I know of, the tests which were running, didn't "touch" CefSharp parts so far. Who "defines" the rules, which were broken (violated)? Are the rules for a control or for what parts? In a dicsussion with the team, I got the information, that there is stuff "u...