Search found 19 matches

by Filipe Mendes
Fri Nov 29, 2019 3:23 pm
Forum: General Questions
Topic: How do I get the Text values of these items?
Replies: 15
Views: 3317

Re: How do I get the Text values of these items?

Yes, it is indeed weird. The attributes are clearly visible.

Thanks,
by Filipe Mendes
Thu Nov 28, 2019 11:49 pm
Forum: General Questions
Topic: How do I get the Text values of these items?
Replies: 15
Views: 3317

Re: How do I get the Text values of these items?

-The Automation hovers over the Item so the Tooltip can be displayed -The user code validates that the element is visible public void getGlobalCacheValue(RepoItemInfo globalCacheItem) { if (globalCacheItem.Exists()){ Report.Info("Global Cache does exist"); } else{ Report.Info("Could not find Global ...
by Filipe Mendes
Thu Nov 28, 2019 11:37 pm
Forum: General Questions
Topic: How do I get the Text values of these items?
Replies: 15
Views: 3317

Re: How do I get the Text values of these items?

Yes I did apply the Regex
by Filipe Mendes
Thu Nov 28, 2019 11:28 pm
Forum: General Questions
Topic: How do I get the Text values of these items?
Replies: 15
Views: 3317

Re: How do I get the Text values of these items?

The error I am getting is :The element does not support the required capability 'text' when I use GetValue
by Filipe Mendes
Thu Nov 28, 2019 9:39 pm
Forum: General Questions
Topic: How do I get the Text values of these items?
Replies: 15
Views: 3317

Re: How do I get the Text values of these items?

Hi, I am getting the element using the XPATH you posted above. However, when I add GetValue as new action it seems impossible to extract the final value . I have tried all options that come with GetValue: -Caption -SelectionLenght -SelectionStart -SelectionText -Text But nothing works Thanks, Filipe
by Filipe Mendes
Thu Nov 28, 2019 4:28 pm
Forum: General Questions
Topic: How do I get the Text values of these items?
Replies: 15
Views: 3317

Re: How do I get the Text values of these items?

Thanks. I ll try this and get back to you.
I think above we post at exactly the same time
by Filipe Mendes
Thu Nov 28, 2019 4:21 pm
Forum: General Questions
Topic: How do I get the Text values of these items?
Replies: 15
Views: 3317

Re: How do I get the Text values of these items?

Hi,

Above, I meant the value of "Global Cache Size" that is "-1768...".
And in this case my application should raise a warning because that value should not be negative.

Thanks,

Filipe
by Filipe Mendes
Thu Nov 28, 2019 4:03 pm
Forum: General Questions
Topic: How do I get the Text values of these items?
Replies: 15
Views: 3317

Re: How do I get the Text values of these items?

Hi Odlizec, We have an application that is currently in development. Every time there is a new build, we have a process that installs the new release and does a bunch of test that are performed with Ranorex that include: -Login into the application -Verify some menu, popups and so on Now I would lik...
by Filipe Mendes
Wed Nov 27, 2019 10:53 pm
Forum: General Questions
Topic: How do I get the Text values of these items?
Replies: 15
Views: 3317

Re: How do I get the Text values of these items?

snapshot test sent.

Thanks,

Filipe
by Filipe Mendes
Wed Nov 27, 2019 8:15 pm
Forum: General Questions
Topic: How do I get the Text values of these items?
Replies: 15
Views: 3317

Re: How do I get the Text values of these items?

Here is the screenshot.

Thanks in advance for your help.
by Filipe Mendes
Wed Nov 27, 2019 8:12 pm
Forum: General Questions
Topic: How do I get the Text values of these items?
Replies: 15
Views: 3317

How do I get the Text values of these items?

Hi,

I have a tooltip that I managed to find the path.
But now how do I get the values when it appears of its elements?
Here is a screen shot to the container in question.
by Filipe Mendes
Mon Nov 25, 2019 6:53 pm
Forum: General Questions
Topic: Enable hotkeys not working
Replies: 2
Views: 1139

Re: Enable hotkeys not working

Thanks Stub.

I will have to find a workaround because I have the feeling that this will not work.

Regards,

Filipe
by Filipe Mendes
Fri Nov 22, 2019 4:08 pm
Forum: General Questions
Topic: Enable hotkeys not working
Replies: 2
Views: 1139

Enable hotkeys not working

Hi, I am using Ranorex 9.1 I am trying to capture the text inside the "Tooltip" in my application without success. Following the steps of this tutorial: https://www.ranorex.com/help/latest/ranorex-studio-fundamentals/test-validation/validation-tool-tips/ Here are the steps I am following: -Start Rec...
by Filipe Mendes
Tue Sep 03, 2019 8:55 pm
Forum: General Questions
Topic: Ranorex.Core.Constants.CodeGenVersion not working
Replies: 5
Views: 1755

Re: Ranorex.Core.Constants.CodeGenVersion not working

Thank you for your responses.
I finally get the chance to work on this issue and resolve it.
The issue was not with Azure but actually with the target machine.
I just reinstalled again the Ranorex version 9.1.0 on the target and it seems to work fine now.

Regards,

Filipe
by Filipe Mendes
Wed Aug 21, 2019 6:22 pm
Forum: General Questions
Topic: Ranorex.Core.Constants.CodeGenVersion not working
Replies: 5
Views: 1755

Re: Ranorex.Core.Constants.CodeGenVersion not working

Hi,

I have installed the same version of Ranorex on both machines (9.1.0) but I am still having the same error.

Thanks,

Filipe