Error in EXIST() method

Ranorex Studio, Spy, Recorder, and Driver.
i.matveev
Posts: 40
Joined: Thu Apr 11, 2013 1:10 pm

Error in EXIST() method

Post by i.matveev » Mon Sep 16, 2013 8:47 pm

When using the repo.NameForm.SelfInfo.Exists() function is get true. Although the window is not displayed, and the children's host is none. What kind of mistake?
If using method repo.NameForm.Self programm get is Error.
Please explain why the element is not present, and the method shows that it is?

i.matveev
Posts: 40
Joined: Thu Apr 11, 2013 1:10 pm

Re: Error in EXIST() method

Post by i.matveev » Tue Sep 17, 2013 11:25 am

Report with warn, Repository, and Snapshot in screenshot.
Pls HELP
You do not have the required permissions to view the files attached to this post.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Error in EXIST() method

Post by Support Team » Tue Sep 17, 2013 1:26 pm

Hi,

Are you sure you use the right repo item, since there is no item named "NameForm"?
Please also attach the created report file including the error message.

Thanks,
Markus

i.matveev
Posts: 40
Joined: Thu Apr 11, 2013 1:10 pm

Re: Error in EXIST() method

Post by i.matveev » Tue Sep 17, 2013 2:28 pm

I have attached all the necessary files to the message with the screenshot. Just attach a real piece of code.

Code: Select all

                       Report.Debug("Поиск окна сделки");
			while(repo.NewTradeAsterisk.NewTradeInfo.Exists())
			 {
				Report.Debug("Сделка найдена");
				Report.Debug("Поиск поля SAVE");
			   	while(!repo.Save.SelfInfo.Exists())
	            {
			   		Report.Debug("Поле SAVE не найдено");
			   		try{
	            	repo.NewTradeAsterisk.Self.Close();
	            	Delay.Milliseconds(3000);
	            	}
            		catch{}
	            }
	            
	             while(repo.Save.SelfInfo.Exists())
	            {
	             	try{
	             	repo.Save.ButtonNo.Click();
	             	Delay.Milliseconds(3000);
	             	}
            		catch{}
	             }
	            Delay.Milliseconds(3000);
			   	Report.Error("Был обнаружен мусор. Сделка закрыта");

			 }
repo.NewTradeAsterisk.NewTradeInfo.Exists() = true.
But the window is not open on the screen. Attaching a report, which recommends to contact support.
14:52.643 Warn Repository

Failed to update the cached element for folder 'TradeControl.NewTradeAsterisk'. In order to analyze this issue, please contact [email protected] with a copy of this report, the repository, and a snapshot of the automated application.
You do not have the required permissions to view the files attached to this post.

i.matveev
Posts: 40
Joined: Thu Apr 11, 2013 1:10 pm

Re: Error in EXIST() method

Post by i.matveev » Tue Sep 17, 2013 2:54 pm

This error pops up in different places if the method is used Exists(). Help me pls. What am I doing wrong

i.matveev
Posts: 40
Joined: Thu Apr 11, 2013 1:10 pm

Re: Error in EXIST() method

Post by i.matveev » Wed Sep 18, 2013 2:07 pm

R.S.V.P.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Error in EXIST() method

Post by Support Team » Wed Sep 18, 2013 3:08 pm

Hi,

We need all the files mentioned in the report in order to be able to analyze this issue in detail.
Please send us the report (*.rxlog and *.rxlog.data file), the repository (check) and a Ranorex snapshot file of your application under test.
How to create such a Ranorex snapshot file is described on the following page: Creating Ranorex Snapshot Files.
Please send the files to our support mail address ([email protected]).

Thanks,
Markus

i.matveev
Posts: 40
Joined: Thu Apr 11, 2013 1:10 pm

Re: Error in EXIST() method

Post by i.matveev » Wed Sep 18, 2013 3:31 pm

letter has been sent. I look forward to an early resolution of the problem situation