Search found 33 matches

by BeardMJ
Tue Feb 27, 2024 3:13 pm
Forum: General Questions
Topic: X,Y clicks use as a variable?
Replies: 0
Views: 122

X,Y clicks use as a variable?

Hello I want to know if i can use the X&Y values as a variable in the table rather than having to re-code a new module for clicking a different area? Currently i have a popup under test that i use image based clicks. But i have to create multiple modules when i would rather have 1 module with the X&...
by BeardMJ
Mon Oct 10, 2022 8:45 am
Forum: General Questions
Topic: Replace image button
Replies: 0
Views: 543

Replace image button

Hi Guys

Just wondering why the "Replace image" button doesn't always appear in my test reports? Sometimes it appears and sometimes is doesn't. I have debugger running . I receive the "item not found in report" error when i click "jump to item".

Any help appreciated.

Regards
Martin
by BeardMJ
Thu Apr 14, 2022 1:39 pm
Forum: General Questions
Topic: Possible to see this text?
Replies: 5
Views: 631

Re: Possible to see this text?

Hi Don Yes it the image tool actually works well. But it would be great if Ranorex could see the text and buttons. SPY XPath only sees the outer shell but yet if i click image recognition it sees the text outline. But image clicks work well as if they move a button Ranorex still clicks it. Regards
by BeardMJ
Wed Apr 13, 2022 4:07 pm
Forum: General Questions
Topic: Possible to see this text?
Replies: 5
Views: 631

Re: Possible to see this text?

cheers for looking
by BeardMJ
Wed Apr 13, 2022 2:46 pm
Forum: General Questions
Topic: Possible to see this text?
Replies: 5
Views: 631

Possible to see this text?

Afternoon All I am testing Air Traffic systems and I have to rely heavily on image based validation and clicks. I've attached a small form that i want to read the font off. But Ranorex only sees the outside of the form and cant read beyond. Is there anyway to see the text (excluding the windows form...
by BeardMJ
Thu Mar 25, 2021 1:47 pm
Forum: General Questions
Topic: How does Ranoex identify text and font types
Replies: 1
Views: 891

How does Ranoex identify text and font types

Hello guys

The system I test will have the text updated to Roboto Mon. But they want to rename it so its specific to the company i.e. NATS Roboto Mon.

Will Ranorex still be able to capture it even though the font name is not a generic one? How does Ranorex identify the text?

Thanks in advance.
by BeardMJ
Tue May 15, 2018 1:55 pm
Forum: General Questions
Topic: Best match image function
Replies: 1
Views: 1087

Best match image function

Afternoon All

I was having trouble with some image recognition and edited the advanced setting "BEST MATCH" = FALSE.

What exactly does this do?

My test now picks up the first repeated object rather than analyzing all of them and I have no timeouts (basically its quicker).

Regards
by BeardMJ
Mon Sep 18, 2017 11:11 am
Forum: Bug Reports
Topic: Mouse action performed.....warning message
Replies: 2
Views: 3515

Mouse action performed.....warning message

Hi Everyone I upgraded Ranorex to 7.1 and some of my scripts are now giving warning errors I've never seen. The error I'm seeing is: "The mouse action was performed outside the boundaries of the assigned UI element" It's simple click actions. If you need me to upload anything please specify. Regards
by BeardMJ
Wed Aug 16, 2017 8:12 am
Forum: How To …
Topic: Case sensitive regular expression
Replies: 7
Views: 2113

Re: Case sensitive regular expression

Thanks mate that worked
by BeardMJ
Tue Aug 15, 2017 5:21 pm
Forum: How To …
Topic: Case sensitive regular expression
Replies: 7
Views: 2113

Re: Case sensitive regular expression

Hi mate

So literally:

Title~'(?I:Designators)']

Yes apologies the middle word as the other two are variables
by BeardMJ
Tue Aug 15, 2017 4:42 pm
Forum: How To …
Topic: Case sensitive regular expression
Replies: 7
Views: 2113

Re: Case sensitive regular expression

Hi

I forgot to mention the whole title is:

THAMES Designators - BLANK
by BeardMJ
Tue Aug 15, 2017 4:30 pm
Forum: How To …
Topic: Case sensitive regular expression
Replies: 7
Views: 2113

Re: Case sensitive regular expression

Hi mate

I've done both these things and it still won't get picked up with either of the following:

form[@title~'^(?i:Designator)$']

form[@title~'^(?i:Designators)']

I used both title and text as title is what is picked up by SPY.

Cheers
by BeardMJ
Tue Aug 15, 2017 12:14 pm
Forum: How To …
Topic: Case sensitive regular expression
Replies: 7
Views: 2113

Case sensitive regular expression

Hi Guys

I have the following components with the text = Designators

But some are upper and some are lower, my current expression is:

form[@text~'^(?i:Designator)$']

But Ranorex still won't see it, any help appreciated.

Regards
by BeardMJ
Thu Aug 03, 2017 8:41 am
Forum: General Questions
Topic: Grouped Modules
Replies: 1
Views: 1126

Grouped Modules

Hi Guys

I've got a lot of grouped modules running sequentially but I'm noticing that when one validation falls Ranorex stops instead of moving onto the next set of grouped modules.

I have made sure "enable continue on fail" is activated, any thoughts appreciated.

Regards
Martin
by BeardMJ
Fri Jul 28, 2017 1:11 pm
Forum: How To …
Topic: Ranorex working with VNC
Replies: 2
Views: 2124

Re: Ranorex working with VNC

Thanks mate for this I will look into this been on holiday hence the delayed response.