Search found 3 matches

by pleugene
Mon Aug 17, 2015 11:38 pm
Forum: Automation API
Topic: Set location for Fieldset or legend
Replies: 1
Views: 1992

Set location for Fieldset or legend

Hello, I have a form that has multiple Fieldsets that contains a legend of inputs for user inputs. The Visible property is, however, not accurate even after I tried using the EnsureVisible function. Also the telerik Scroll bar on the form is unable to be detected by ViewSpy. I am able to find the Fi...
by pleugene
Tue Jun 30, 2015 10:56 pm
Forum: Automation API
Topic: getstyle(back-color) returns differ values across browsers
Replies: 1
Views: 2961

getstyle(back-color) returns differ values across browsers

Hello I'm trying to get background color of some TdTag to verify against our database. tdColor.GetStyle("background-color").ToString() The above code returns me correct hex value for the color in IE while it returns me RGB values of rgb(255, 255, 255) in chrome and firefox. However, when I track the...
by pleugene
Sat Jun 13, 2015 1:05 am
Forum: Automation API
Topic: Passing Array as UserCode Argument
Replies: 1
Views: 3499

Passing Array as UserCode Argument

Instead of adding the same user code function multiple times with different variables, is it possible to pass a single array argument into the function (string, int) since Ranorex default argument in the Recording UI does not have array as an argument type option. For example, I have a validation fu...