Search found 4 matches

by Chris3y
Thu Sep 01, 2016 2:12 pm
Forum: General Questions
Topic: Regex Broken with Forward Slashes
Replies: 2
Views: 1432

Re: Regex Broken with Forward Slashes

Ah never mind. I just realised you can use @pageurl instead. I guess domain specifically only checks the domains (and doesn't include subdomains or controllers)

Fair enough :mrgreen:
by Chris3y
Thu Sep 01, 2016 2:09 pm
Forum: General Questions
Topic: Regex Broken with Forward Slashes
Replies: 2
Views: 1432

Regex Broken with Forward Slashes

I'm trying to map a page to the repo using regex but this seems to break if the domain contains slashes. So.. dom/[@domain~'bbc.co.uk/news'] doesn't work unless you remove '/news' from the end of it. My SUT absolutely requires we can match domains on strings that include slashes. Anyone found a work...
by Chris3y
Thu Aug 25, 2016 3:09 pm
Forum: General Questions
Topic: Variable values blanked for some reason?
Replies: 2
Views: 1294

Re: Variable values blanked for some reason?

Thank you for your help. My default values weren't blank and I was aware of that mechanic but today it's no longer occurring, having changed almost nothing at all. :evil:

Never mind.
by Chris3y
Wed Aug 24, 2016 2:08 pm
Forum: General Questions
Topic: Variable values blanked for some reason?
Replies: 2
Views: 1294

Variable values blanked for some reason?

Hi, Currently trialling Ranorex for my company but not having a great experience so far. I have this really confusing problem. I'm simply trying to open a page, enter the username, password and click the submit button. Simple enough right? Preceding these steps, I want to close the browser first... ...