Search found 9 matches

by mariya.syera
Sat Jul 07, 2018 12:18 am
Forum: General Questions
Topic: Why does Ranorex not like two conditions in an xPath
Replies: 4
Views: 1316

Why does Ranorex not like two conditions in an xPath

I had scripts running with no issues in ranorex versions before 8.1 where the xPath has two conditions as in, an ID and visible=true (or any other). After 8.1 was released it does not find the xPath and scripts fail. Example of an xPath: .//input[@id='ctl00_phFolderContent_BillingProviderName' and @...
by mariya.syera
Thu Mar 08, 2018 1:25 am
Forum: Object Identification and Technologies
Topic: Get partial Value in the innertext
Replies: 7
Views: 2778

Get partial Value in the innertext

What do I need to enter in Capture Regex to get a value in the middle of the text?

Get "123456" Value from: Visit 123456 has been created successfully.
or
Get "Test" value from: Visit Test has been created successfully
by mariya.syera
Thu Mar 01, 2018 9:35 pm
Forum: Object Identification and Technologies
Topic: Setting a value of two combined variables
Replies: 2
Views: 6554

Setting a value of two combined variables

Using action Set Value, how do I set a value of two combined variables?

Something like this:
by mariya.syera
Thu Mar 01, 2018 5:13 pm
Forum: Object Identification and Technologies
Topic: Get Value Capture Regex in the url
Replies: 2
Views: 1991

Re: Get Value Capture Regex in the url

Yes, I will try that.

Thank you!
by mariya.syera
Wed Feb 28, 2018 8:46 pm
Forum: Object Identification and Technologies
Topic: Get Value Capture Regex in the url
Replies: 2
Views: 1991

Get Value Capture Regex in the url

I am trying to get a partial value of a url, and not sure how to use a Capture Regex for urls. For Example: URL: https://qapatientally.com/user/pw-reset/2/email/ZXlKaGJHY2lPaUpJVXpJMU5pSXNJbVY0Y0NJNk1UVXhPVGcwTkRNMk55d2lhV0Yw I need to get a value everything after https://qapatientally.com/user/pw-...
by mariya.syera
Tue Dec 12, 2017 6:19 pm
Forum: How To …
Topic: How to search and replace an xPath in multiple solutions?
Replies: 5
Views: 2415

Re: How to search and replace an xPath in multiple solutions?

Where would I see the XML file? The only XML file I see is the XML Configuration which does not store my repositories.
by mariya.syera
Fri Nov 17, 2017 6:40 pm
Forum: How To …
Topic: How to search and replace an xPath in multiple solutions?
Replies: 5
Views: 2415

Re: How to search and replace an xPath in multiple solutions?

Hi, I have tried using Match Case option still doesn't work. Also I realized that Search and Replace only searches in the user code and not the repository. When it replaces it also only replaces in the user code and no changes done on the repository xPath. Any ideas why it doesn't find it in the Rep...
by mariya.syera
Wed Nov 08, 2017 11:41 pm
Forum: How To …
Topic: How to search and replace an xPath in multiple solutions?
Replies: 5
Views: 2415

How to search and replace an xPath in multiple solutions?

Windows 10, 64-bit operating system Ranorex version 7.0.1 Trying to replace an xPath in few solutions using the main folder that they are all located in. Note: when I search for that xPath in the current solution while having it open it finds it in the user code with no issues. Any suggestions on ho...