Search found 11 matches

by prepelra
Tue Feb 04, 2020 4:57 pm
Forum: Object Identification and Technologies
Topic: count from the user code how many times a xpath is found
Replies: 1
Views: 1910

count from the user code how many times a xpath is found

I have this situation: I need to validate, in a web page, after a submit an empty form - that 2 icons are appearing in the mandatory fields. The icon is the same, and the difference in xpath between the 2 icons is only the position in webpage, a div number[]. Is not a stable solution, this number ca...
by prepelra
Tue Jul 09, 2019 9:15 am
Forum: General Questions
Topic: Any ideea why output to console is not working?
Replies: 6
Views: 1995

Any ideea why output to console is not working?

I tried different options

System.Console.WriteLine("bla bla bla");
System.Diagnostics.Debug.WriteLine("bla, bla, bla");
Console.WriteLine("bla bla");

what am I missing?
by prepelra
Mon Jun 03, 2019 10:32 am
Forum: Automation Tools
Topic: Loop for SETUP inside a Test Case
Replies: 1
Views: 1562

Loop for SETUP inside a Test Case

How can I configure to run a SETUP more times in a Loop inside a Test Case so that Test Case should run only one time?

Example: I need to add more user in the SETUP for the script which will run only one time
by prepelra
Tue May 28, 2019 11:31 am
Forum: Automation Tools
Topic: in SETUP should I add an UI script or a sql script?
Replies: 1
Views: 1145

in SETUP should I add an UI script or a sql script?

Hi, I have the following scenario: Testcase1 - Check that deleting values from a web application is working. I start from the idea that testcases should not be dependent. So delete(testcase1) should not depend by an adding testcase Structure of Testcase1: SETUP - "Add values" UI script Testcase - De...
by prepelra
Fri May 03, 2019 2:24 pm
Forum: Object Identification and Technologies
Topic: Chrome staretd from Ranorex vs Chrome
Replies: 4
Views: 1496

Re: Chrome staretd from Ranorex vs Chrome

The answer from Ranorex was this: I have investigated the issue you are having and everything seems to be ok. In snapshot all elements seems to be found. "However, there might be issue with security policy if you have in place, for example it is restricting Ranorex Studio for accessing all elements ...
by prepelra
Tue Apr 16, 2019 2:11 pm
Forum: Automation Tools
Topic: LineageGlueRule 'chrome_web_child_elements' caused RanorexException on Execute
Replies: 2
Views: 2077

Re: LineageGlueRule 'chrome_web_child_elements' caused RanorexException on Execute

Hi,

I have done all your steps. Same behavior.

LineageGlueRule 'chrome_web_child_elements' caused RanorexException on
Execute. Message timeout reached.

:(
by prepelra
Tue Apr 16, 2019 4:53 am
Forum: Object Identification and Technologies
Topic: Chrome staretd from Ranorex vs Chrome
Replies: 4
Views: 1496

Chrome staretd from Ranorex vs Chrome

Hello, I have this problem: When I open the page from Chrome, without Ranorex, everything is ok. But when I start the Chrome form Ranorex some elements of the page are loaded very slow, and the page is blocked, Ranorex, I need to wait 2 minutes until everything is loaded., instead 2 sec... Webpage i...
by prepelra
Mon Apr 15, 2019 3:29 pm
Forum: Automation Tools
Topic: LineageGlueRule 'chrome_web_child_elements' caused RanorexException on Execute
Replies: 2
Views: 2077

LineageGlueRule 'chrome_web_child_elements' caused RanorexException on Execute

I get this error message: "LineageGlueRule 'chrome_web_child_elements' caused RanorexException on Execute " This is happening only on some pages, not on all. Any idea? It seems to be a Ranorex issue, because the same script, is working correctly on other pages from the website that I test. My Ranore...
by prepelra
Tue Apr 02, 2019 4:13 pm
Forum: How To …
Topic: Clear LocalStorage
Replies: 1
Views: 1597

Clear LocalStorage

Hello guys,

Does anyone know how to delete localStorage from Ranorex, before the Browser is opened?
by prepelra
Tue Apr 02, 2019 9:38 am
Forum: General Questions
Topic: Does Ranorex support Opera?
Replies: 1
Views: 1038

Does Ranorex support Opera?

If I install Opera and start the browser from Ranorex, (Open Browser - Opera as a variable) it's starts, but lements which are found on Chrome are not found on Opera. Is it regarding the xpath (should I work here?) or is relating to the fact that Opera is not supported by Ranorex.