Search found 30 matches

by David Zita
Wed Mar 03, 2021 12:38 pm
Forum: General Questions
Topic: NO-BREAK SPACE ignored when setting as clipboard data
Replies: 3
Views: 1646

Re: NO-BREAK SPACE ignored when setting as clipboard data

Conclusion:
After communicating with Ranorex team, we have found out that it's probably something in my environment. If I try it on fresh new system it works as expected. On my system, it only works when I run the test suite. If try just one recording module, the mentioned bug appears.
by David Zita
Mon Dec 21, 2020 1:39 pm
Forum: General Questions
Topic: NO-BREAK SPACE ignored when setting as clipboard data
Replies: 3
Views: 1646

Re: NO-BREAK SPACE ignored when setting as clipboard data

Hi, I have created an issue as you suggested, it's been a 2 weeks now and no answer (except for the automatic one). My case ID is 00865404. Can someone check it please? Thank you.
by David Zita
Tue Dec 01, 2020 3:55 pm
Forum: General Questions
Topic: NO-BREAK SPACE ignored when setting as clipboard data
Replies: 3
Views: 1646

NO-BREAK SPACE ignored when setting as clipboard data

I need to have some pre-defined clipboard contents, so I made a little utility that stores clipboard content into file. It stores only Text and HTML formats. Now, the utility can store and load clipboards from files. When I load it using my utility, it is loaded correctly (i.e. including this NO-BRE...
by David Zita
Fri Apr 24, 2020 2:58 pm
Forum: General Questions
Topic: TestSuit Setup
Replies: 7
Views: 1480

Re: TestSuit Setup

Hi, this is very unfortunate. I have a test suite with over 50 testcases, each completely independent from others. I want to re-run testcase that failed, I am currently creating tool for that, but now I found out the TestSuite Setup and Teardown is not called when running individual TC from command ...
by David Zita
Wed Feb 26, 2020 8:12 am
Forum: Object Identification and Technologies
Topic: xpath using or for two different paths
Replies: 8
Views: 2161

Re: xpath using or for two different paths

Thanks, that will do that :) I didn't know about the 'ancestor' keyword, that will help me in other situations as well. And I also found out it's possible to write something like this:
/div?[@id="actionpanel"]
to look for optional specific div. So thanks again, problem solved *MISSING_THUMBSUP_SMILIE*
by David Zita
Tue Feb 25, 2020 3:48 pm
Forum: Object Identification and Technologies
Topic: xpath using or for two different paths
Replies: 8
Views: 2161

Re: xpath using or for two different paths

So, I have a general structure of a panel that consist of div[@class='panel panel-default'] with 2 children div[@class~'panel-heading'] div[@class='panel-body'] There could be several different panels so to distinguish I look inside the heading for a label (in <strong> tag). Then I navigate 2 times ...
by David Zita
Tue Feb 25, 2020 2:07 pm
Forum: Object Identification and Technologies
Topic: xpath using or for two different paths
Replies: 8
Views: 2161

Re: xpath using or for two different paths

Ok, my actual problem is these two paths that I need to point to the same element: 1) div[@class~'panel-heading']/strong[@innertext='Available Actions']/parent::div/parent::div 2) div[#'actionpanel'] Is it possible using advanced xpath? I haven't figured it out. The problem is in the links to parent...
by David Zita
Tue Feb 25, 2020 1:36 pm
Forum: Object Identification and Technologies
Topic: xpath using or for two different paths
Replies: 8
Views: 2161

xpath using or for two different paths

Is it possible to use some OR operator to have one Repository item with two possible xpaths? something like this: \div\div\button or \div\button\span According to this post https://stackoverflow.com/questions/12562597/two-conditions-using-or-in-xpath xpath in general should be capable of this, but t...
by David Zita
Mon Oct 14, 2019 9:01 am
Forum: How To …
Topic: Limiting search depth
Replies: 6
Views: 2106

Re: Limiting search depth

Snapshot attached. I am using Ranorex 9.1.2. Unfortunatelly, the Spy in Snapshot does not behave the same as the Spy in Live mode, see attached gif. Also I should mention that the AUT in this case is a Java app using JxBrowser. I can also open the same page in regular browser (Chrome, Edge etc.) and...
by David Zita
Fri Oct 11, 2019 12:48 pm
Forum: How To …
Topic: Limiting search depth
Replies: 6
Views: 2106

Re: Limiting search depth

I have a question similar to the topic so I will post it here. Is there any absolute depth limitation in the XPath? I have the following XPath defined: /?/dom[@caption~'^'+'Test610_Ranorex1'+'(\.template)?$' or @page='Test610_Ranorex1']//div[#'editorLayoutContainer']//div[#'editorContainer']//div[#'...
by David Zita
Thu Oct 10, 2019 1:26 pm
Forum: Object Identification and Technologies
Topic: JxBrowser - technology limitation
Replies: 4
Views: 1666

Re: JxBrowser - technology limitation

SOLVED.

The problem was the DevTools window that was opening together with our AUT and thus blocking the remote debugging port ... I don't understand how come I haven't seen it right at the beginning, it seems so obvious now :roll:
by David Zita
Tue Oct 08, 2019 2:26 pm
Forum: Object Identification and Technologies
Topic: JxBrowser - technology limitation
Replies: 4
Views: 1666

Re: JxBrowser - technology limitation

Sorry, I forgot to mention. I am using Ranorex 9.1.2. I did some test in Ranorex 8.3.1 like 2 years ago (it can be found in different thread which is locked now ...). Anyway, I am using the latest Ranorex 9.1.2. I might try Ranorex 9.2 Beta, though. Should I?
by David Zita
Tue Oct 08, 2019 1:08 pm
Forum: Object Identification and Technologies
Topic: JxBrowser - technology limitation
Replies: 4
Views: 1666

JxBrowser - technology limitation

Hi, I am trying to test a JxBrowser-based application. I have successfully passed the --remote-debugging-port=8081 switch but the Spy is still saying 2019-10-08 13_39_03-Ranorex technology limitation.png Before I set the remote-debugging-port it said I should set the remote debugging port, so I supp...
by David Zita
Tue Oct 01, 2019 7:26 pm
Forum: Object Identification and Technologies
Topic: Java SWT instrumentation failes
Replies: 5
Views: 1998

Re: Java SWT instrumentation failes

So, it needs MS redist 2017,both x86 and x64. And I realized that for the previous Ranorex 8.3 there was also one MS redist installed, it was 2010 (don't know if 32 or 64 bit...). I am not sure, whether this information is somewhere in the docu, but if not it should be :wink:
by David Zita
Tue Oct 01, 2019 10:33 am
Forum: Object Identification and Technologies
Topic: Java SWT instrumentation failes
Replies: 5
Views: 1998

Re: Java SWT instrumentation failes

I tried to install the Ranorex Studio (with all its requirements) and it works now (when running as Administrator). Question is: Can it work without the Studio too? I was happy when Ranorex 8.3 introduced this approach (running the tests with just the Runtime folder), it really made thing easier in ...