Search found 8 matches

by samarthpukale
Mon Mar 18, 2019 1:04 pm
Forum: General Questions
Topic: Unable to handle alert pop ups
Replies: 4
Views: 1375

Re: Unable to handle alert pop ups

Hi Team,

I did try with spy. but it is not locating the pop up frame and ranorex gets hang.
Please help me with how to handle this kind of alerts.
by samarthpukale
Mon Mar 18, 2019 12:05 pm
Forum: General Questions
Topic: Unable to handle alert pop ups
Replies: 4
Views: 1375

Unable to handle alert pop ups

Hi Team,

I am unable to handle the Alert Web Messages coming on the screen.
I have attached the screenshot for it.
Please find the attached screenshot.
by samarthpukale
Wed Mar 13, 2019 7:23 am
Forum: General Questions
Topic: Variables value is not taking
Replies: 3
Views: 1215

Re: Variables value is not taking

I am not passing the module variable to xpath in user code.
And where is the variable key in this xpath which you have given.
This is not working
by samarthpukale
Tue Mar 12, 2019 2:31 pm
Forum: General Questions
Topic: Variables value is not taking
Replies: 3
Views: 1215

Variables value is not taking

Hi Team, As I have passing the value CreationDate(Integer Value say-8) from excel to my recording. Code: .//div[#'ui-datepicker-div']//table/tbody/tr/td/?/?/a[@innertext=$CreationDate]. It is not taking the value from excel. And when I statically putting .//div[#'ui-datepicker-div']//table/tbody/tr/...
by samarthpukale
Wed Mar 06, 2019 2:37 pm
Forum: General Questions
Topic: Iterator Use
Replies: 2
Views: 942

Iterator Use

Hello Team,
I want to know how to use iterator(Advance for loop) in Ranorex and print the values one by one.

Thanks,
Samarth Pukale
by samarthpukale
Tue Mar 05, 2019 6:25 am
Forum: General Questions
Topic: Unable to perform operations on Iframes
Replies: 1
Views: 921

Unable to perform operations on Iframes

Hi Team,

I want to switch to Iframes and perform the operations on it. Please provide me the generic solution to do it. This is very sensitive topic in my project.

Thanks and Regards,
Samarth
by samarthpukale
Tue Mar 05, 2019 6:22 am
Forum: General Questions
Topic: Conditional if-else loop is not working
Replies: 3
Views: 1852

Re: Conditional if-else loop is not working

Hello, Yes i have missed .Visible at the end of the code. My question was if the 1st condition is satisfied then the if condition will execute. But if the 1st condition was failed then it should check for 2nd condition i.e else if condition right? In my case ranorex is reading only the 1st condition...
by samarthpukale
Tue Feb 26, 2019 9:32 am
Forum: General Questions
Topic: Conditional if-else loop is not working
Replies: 3
Views: 1852

Conditional if-else loop is not working

Hello All, I am from Dassault systems pune. I want to make my script dynamic so I am using conditional if else loop in user code. My If(Condition 1) is working fine but in else if(Condition 2) loop is not working as it is still searched for condition 1 instead of condition1. My Sample code is if(myr...