Search found 6 matches

by ki2_23
Thu May 14, 2015 4:11 am
Forum: Automation API
Topic: Issues with Shift Key
Replies: 7
Views: 3521

Re: Issues with Shift Key

We are not using Ranorex Studio for our project, we are only working at API level using all Ranorex dlls.

we use Keyboard.Press() for data entry.
by ki2_23
Wed May 13, 2015 6:07 am
Forum: Automation API
Topic: Issues with Shift Key
Replies: 7
Views: 3521

Issues with Shift Key

Ranorex version : 5.1.3.19973 Windows version : Windows 8.1 Technology of system under test : JAVA Hi we are having a strange problem while executing our scripts in cloud. To login to our application we use email-id as our username like 'T01-U0001@is.com' but while executing we are seeing a differen...
by ki2_23
Tue May 05, 2015 7:57 am
Forum: Automation API
Topic: Drag n Drop
Replies: 6
Views: 2981

Re: Drag n Drop

Another thing you might try is to use this destination path: /dom[@caption='Hubble: Design']/body//div[@innertext='DESIGN'] Strange this worked :? but how ? Well the RxPath i am previously using is working at other parts of the code , what is the underlying logic ? Thanks for the Magic 8) :D
by ki2_23
Tue May 05, 2015 7:42 am
Forum: Automation API
Topic: Drag n Drop
Replies: 6
Views: 2981

Re: Drag n Drop

Could you please post the exact error you are getting (enable Debug report level)? we are not using Ranorex Studio :) we are coding at API level Error : No element found for path '/dom[@caption='Hubble: Design']/body/div[3]/div[2]/div/div[1]/div[2]/div/div[2]/div[2]/div[@innertext='DESIGN']'. BTW, ...
by ki2_23
Tue May 05, 2015 12:24 am
Forum: Automation API
Topic: Drag n Drop
Replies: 6
Views: 2981

Re: Drag n Drop

Ranorex version : 5.1.3.19973 Windows version : Windows 8.1 Technology of system under test : JAVA Source : /dom[@caption='Hubble: Design']//div[#'design_canvas']/div[1]//label[@innertext='billingcity'] Destination : /dom[@caption='Hubble: Design']/body/div[3]/div[2]/div/div[1]/div[2]/div/div[2]/div...
by ki2_23
Mon May 04, 2015 3:03 am
Forum: Automation API
Topic: Drag n Drop
Replies: 6
Views: 2981

Drag n Drop

Hi Guys, I've been through previous threads on Drag n Drop and tried options suggested but no luck :( My Final option is to check with Support team. Below is the code snippet i am using for drag n drop . Same old Logic of buttonDown,Mouse.MoveTo and ButtonUp public void RemoveBlockFromDesignCanvas(s...