Search found 7470 matches

by odklizec
Wed Dec 20, 2023 7:10 am
Forum: Announcements and News
Topic: Ranorex 11.0
Replies: 2
Views: 4673

Re: Ranorex 11.0

A major Ranorex release, with only added support for selenium 4 (which I believe is useful only for small fraction of Ranorex users)? Well, I really miss the days, when the major Ranorex release was PACKED, with exciting new tools and features. These days are, unfortunately, long gone.
by odklizec
Thu Oct 27, 2022 12:04 pm
Forum: General Questions
Topic: Ranorex Instrumentation Wizard keep getting removed from chrome extension
Replies: 2
Views: 898

Re: Ranorex Instrumentation Wizard keep getting removed from chrome extension

Hi,

I guess you should ask your IT/security team if the extension is not uninstalled by the company sec. policy and eventually add it to the white list.
by odklizec
Thu Oct 27, 2022 12:00 pm
Forum: General Questions
Topic: Ranorex Console window does not start
Replies: 4
Views: 704

Re: Ranorex Console window does not start

Hi,

Are you sure the project in question is "Console" type app? Just examine the project properties >> Output type.
by odklizec
Thu Oct 20, 2022 1:35 pm
Forum: Automation Tools
Topic: Rx10.3 'Set value' doesn't work after update
Replies: 3
Views: 837

Re: Rx10.3 'Set value' doesn't work after update

Hi, As far as I know, SetValue action never triggers the associated mouse/keyboard events. This is why it's recommended to use KeySequence action, instead of SetValue. As for the exception you are getting, I guess this is associated with bug introduced in Ranorex 10.2.3 and which is discussed for ex...
by odklizec
Thu Oct 06, 2022 11:33 am
Forum: General Questions
Topic: Searching items during the execution
Replies: 2
Views: 577

Re: Searching items during the execution

Hi, The speed issue most probably IS related to the xpath. "Form" element is just too generic starting point of the xpath. At first, try to add some identification attributes to the form element (like process name). Additionally, add the AUT process name to the Win32 whitelist process name list and ...
by odklizec
Fri Sep 30, 2022 2:11 pm
Forum: Automation Discussions
Topic: Jira integration credentials not found
Replies: 2
Views: 4788

Re: Jira integration credentials not found

Hi guys,

Try the solution described here (remove underscores from jira username):
https://www.ranorex.info/rxagent-but-no ... tml#p68287
by odklizec
Mon Sep 19, 2022 12:11 pm
Forum: Object Identification and Technologies
Topic: RXpath: Find most recent ancestor
Replies: 1
Views: 1254

Re: RXpath: Find most recent ancestor

Hi,

It would be much easier to suggest something reliable if you post a Ranorex snapshot.
by odklizec
Fri Sep 09, 2022 11:19 am
Forum: General Questions
Topic: How to move test run dialogbox during the test
Replies: 1
Views: 802

Re: How to move test run dialogbox during the test

Hi,

In case the mouse pointer is moving to the progress form area, the progress dialog should move away automatically. However you can move it also programmatically, by using SetBounds code, discussed here:
https://www.ranorex.info/how-to-move-rx ... tml#p71687
by odklizec
Wed Sep 07, 2022 11:03 am
Forum: How To …
Topic: Handling browser alerts
Replies: 4
Views: 2125

Re: Handling browser alerts

Hi, Well, adding --args --force-renderer-accessibility as Chrome launch parameter usually worked for me. If it still does not work for you, then I'm afraid, I'm out of ideas here. Make sure the Chrome is really started with these parameters and what's also important, make sure Chrome is not running ...
by odklizec
Wed Sep 07, 2022 10:56 am
Forum: How To …
Topic: Error: Table does not exist in the current context
Replies: 1
Views: 1768

Re: Error: Table does not exist in the current context

Hi,

I'm afraid, without seeing the solution, it's impossible to tell what wrong. What is the Table '2'? It's something in excel or a repository item?
by odklizec
Fri Sep 02, 2022 7:05 am
Forum: General Questions
Topic: run smartfolder from user code
Replies: 1
Views: 606

Re: run smartfolder from user code

Hi,

As far as I know, there is no publicly known API to run SmartFodlers via code. And I'm afraid I somehow don't understand what you are after. Could you please describe your use case in more details?
by odklizec
Thu Sep 01, 2022 4:12 pm
Forum: Object Identification and Technologies
Topic: Validation Step Failing Now
Replies: 1
Views: 1095

Re: Validation Step Failing Now

Hi, Sadly, without, at very least, a Ranorex snapshot, it’s impossible to tell what’s wrong. Have you checked the failing element? The most probable reason of the error like this is, that the attribute you are validating is really ‘null’. Maybe the text you want to validate is now in another attribu...
by odklizec
Wed Aug 31, 2022 7:58 am
Forum: Automation Tools
Topic: web testing with automation ID
Replies: 2
Views: 834

Re: web testing with automation ID

Hi,

Unfortunately, it's impossible to tell what's wrong without seeing, at very least, a Ranorex snapshot of the problematic element. Please create and post the snapshot (NOT screenshot) so we can look into it and possibly suggest the best solution. Thanks.
by odklizec
Wed Aug 31, 2022 7:55 am
Forum: Object Identification and Technologies
Topic: stop a service
Replies: 1
Views: 970

Re: stop a service

Hi,

There is no a Ranorex-specific action or method, to stop the windows service. But it should be doable via C# code. Give a try these samples:
http://www.tutorialspanel.com/how-to-st ... /index.htm
by odklizec
Wed Aug 31, 2022 7:52 am
Forum: Bug Reports
Topic: Can Windows PC be used to test iOS device apps
Replies: 1
Views: 893

Re: Can Windows PC be used to test iOS device apps

Hi,

Yes, you should be able to use Windows PC for testing iOS devices. Just follow the configuration steps and instrumentation process carefully (no missed steps;)) and all should be fine.