Search found 4 matches

by darpro
Thu Oct 17, 2019 9:46 am
Forum: Object Identification and Technologies
Topic: XPath - How to read text from all child div
Replies: 1
Views: 1658

XPath - How to read text from all child div

Hi,

Is there possibility to read InnerText from all children elements with one query xpath

Structure
div [id=A]
- div
- div
- div

General in xpath we can do this with div[#A]//text()
Can we do the same in ranorex? I can't use method text() - in ranorex repository
by darpro
Wed May 22, 2019 7:32 am
Forum: Object Identification and Technologies
Topic: How repeat current test case
Replies: 4
Views: 1865

Re: How repeat current test case

I check it, and set up as described, but test case was not repeted. Element was not exist on page, loader instead. Test case failed on try-catch exception I would expect that this test case will be repeated. try { this.Element.WaitForExists(_DefaultTimeout); } catch(Exception e) { Log(ReportLevel.Fa...
by darpro
Mon May 20, 2019 7:35 am
Forum: Object Identification and Technologies
Topic: How repeat current test case
Replies: 4
Views: 1865

How repeat current test case

I have question, if there is possibility to repeat current test case, if we know that there is an problem with page loading. I catch the exception when element not exist on page, right now I woul like not failed test case, but repeat this test case by defined by counter number (static variable). Is ...
by darpro
Tue Sep 25, 2018 10:23 am
Forum: General Questions
Topic: New version of .csproj file (2017) If is supported?
Replies: 1
Views: 1159

New version of .csproj file (2017) If is supported?

Hi,

Is it possible to migrate to new .csproj version (2017)?
Does the Ranorex support a new version of the .csproj file?

https://natemcmaster.com/blog/2017/03/0 ... 7-upgrade/

Thanks,
Dariusz