How to access Glabal settings programatically

Class library usage, coding and language questions.
kshekharkumar
Posts: 24
Joined: Thu Feb 06, 2014 10:57 am

How to access Glabal settings programatically

Post by kshekharkumar » Wed Jun 11, 2014 9:40 am

Hi,

I just wanted to know if there is any way of updating Global Settings (see attachment) from code in Ranorex. Like setting
Use Ensure visible by default or Use Asynchronous dispatching of mouse and keyboard events, and so on.

I wanted to to see if I could switch off / switch on the settings during course of the Test execution.

Thanks,
Shekhar
You do not have the required permissions to view the files attached to this post.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: How to access Glabal settings programatically

Post by Support Team » Thu Jun 12, 2014 9:59 am

Hi Shekhar,

Yes, it is possible to set the "DefaultUseEnsureVisible property" or the
"AsynchronousDispatching property" in user code.
In order to get a detailed description please take a look at our "Online API Documentation"
Please let me know if you need more help or assistance.

Regards,
Bernhard

kshekharkumar
Posts: 24
Joined: Thu Feb 06, 2014 10:57 am

Re: How to access Glabal settings programatically

Post by kshekharkumar » Tue Jun 24, 2014 10:55 am

Thanks Bernhard. This would help.