Search found 13 matches

by ddweber
Wed Sep 20, 2023 11:51 am
Forum: General Questions
Topic: When tracking an element in the Chrome browser, elements are displayed in containers tag
Replies: 1
Views: 1987

Re: When tracking an element in the Chrome browser, elements are displayed in containers tag

Mostly this happens if the Ranorex browser extension is not working propperly and is not able to serve the DOM of the page. Reinstrumenting the browser via the Instrumentation Wizzard may fix the problem. If not one common problem is that the extension is not allowed to talk to the "Ranorex Backend"...
by ddweber
Tue Jun 13, 2023 8:14 am
Forum: Automation Tools
Topic: Firefox update 114 breaks Ranorex Automation 1.3.5
Replies: 7
Views: 3049

Re: Firefox update 114 breaks Ranorex Automation 1.3.5

I can confirm that the Firefox Extension does not work in Firefox 114 :!: Reinstrumenting (also as admin), reinstalling Firefox, reinstalling RxStudio (10.7 or lower), clearing profiles and browser data does not help. In taskmanager i can see that Firefox 114 does not start the Ranorex.Plugin.Firefo...
by ddweber
Mon Jun 12, 2023 10:29 am
Forum: General Questions
Topic: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3
Replies: 21
Views: 14777

Re: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3

Any updates on this topic? The old extension (1.3.1) has been removed from the chrome store already although the new one still does not support ExecuteScript.. It´s a pitty that Ranorex leaves its customers alone with this problem without giving proper advice how and when to migrate to the new exten...
by ddweber
Thu Dec 08, 2022 11:31 am
Forum: General Questions
Topic: Invoke Select Stopped working on 10.2.3
Replies: 21
Views: 3211

Re: Invoke Select Stopped working on 10.2.3

With version 10.5. 1 this issue still persists :( :!: Although according to the release notes this kind of error should be fixed?: Ranorex 10.5.1 Release (December 6, 2022) Bugs Users execute Javascript using ExecuteScript() successfully on an element. Tested with the newest chrome update (108.0.535...
by ddweber
Thu Nov 24, 2022 2:23 pm
Forum: General Questions
Topic: Invoke Select Stopped working on 10.2.3
Replies: 21
Views: 3211

Re: Invoke Select Stopped working on 10.2.3

@teltorex

In 10.5.0 this issue still persists when using browser Chrome :(
Ranorex Select Error.png
by ddweber
Wed Oct 05, 2022 1:50 pm
Forum: Automation Tools
Topic: Ranorex Studio no longer closing browser windows
Replies: 11
Views: 2073

Re: Ranorex Studio no longer closing browser windows

This bug seems to be fixed in Ranorex 10.3.0 :)
by ddweber
Fri Aug 19, 2022 1:06 pm
Forum: Automation Tools
Topic: Ranorex Studio no longer closing browser windows
Replies: 11
Views: 2073

Re: Ranorex Studio no longer closing browser windows

We are experiencing the exact same issue with version 10.2.4 on Windows 10 . It seems that the close grace period of this action is the problem. With its default value of 0ms the exception gets thrown. With any value greater e.g. 1ms the issue seems to be gone. The issue also effects the actions in ...
by ddweber
Thu Mar 31, 2022 11:16 am
Forum: Bug Reports
Topic: Colon in testCaseName breaks commandLineParameters
Replies: 1
Views: 801

Colon in testCaseName breaks commandLineParameters

Description In our automated CI tests we recently had the problem that when a testcase name contains a colon : the testcase parameters from the commandline will not be passed into the testcase. This seems to be a bug in the design of the CLI syntax. /tcpa|testcaseparam|testcontainerparam:<test cont...
by ddweber
Fri Mar 11, 2022 9:23 am
Forum: Bug Reports
Topic: WaitForAttribute* actions are missing Timeout Parameter in GUI
Replies: 2
Views: 842

Re: WaitForAttribute* actions are missing Timeout Parameter in GUI

Thanks for your reply. Indeed the fact that the parameter is missing is more of a feature request. BUT the fact that that the generated code gets out of sync with the gui because of this is a bug. Like i said: And when one switches an action from e.g. WaitFor-Exist to WaitFor-AttributeEqual the Time...
by ddweber
Thu Mar 10, 2022 2:28 pm
Forum: Bug Reports
Topic: WaitForAttribute* actions are missing Timeout Parameter in GUI
Replies: 2
Views: 842

WaitForAttribute* actions are missing Timeout Parameter in GUI

This is a RanorexStudio GUI related bug. Description: The WaitFor-Exist and -NotExist actions provide a Timeout parameter in the action table of a recordingmodule which can be bound to a variable. The WaitFor-Attribute* action do not provide this parameter in the action table. rxtimeoutbug.PNG And ...
by ddweber
Mon Oct 21, 2019 2:33 pm
Forum: Bug Reports
Topic: Carriage return missing when validating text
Replies: 1
Views: 1494

Carriage return missing when validating text

Hello, I am testing our WPF/WinForms application on windows and now i am trying to validate the content/text property of a multiline text control. I have set the text of the control to the following: Statement1 CR LF Statement2 My validation keeps failing because in the actual value the carriage ret...
by ddweber
Tue Sep 10, 2019 1:24 pm
Forum: General Questions
Topic: Identify AUT by processId - How to further record/spy/debug
Replies: 2
Views: 1251

Re: Identify AUT by processId - How to further record/spy/debug

Thanks for your reply and suggestion :)

It´s a pity that there is no such possibility, because identifying the main form of my AUT via processId made my test much more stable in case of left open istances of the same AUT, for example in case of data-driven tests with multiple iterations.
by ddweber
Wed Sep 04, 2019 10:29 am
Forum: General Questions
Topic: Identify AUT by processId - How to further record/spy/debug
Replies: 2
Views: 1251

Identify AUT by processId - How to further record/spy/debug

Hello, i am starting my AUT via 'Run application' action and use the returned processId in a xpath to identify the main-form of my AUT. This is very robust if more then one instance/main-form of the AUT exists and works perfectly in production-tests. (Closing AUT later is done via processId too..) W...