Search found 3 matches

by jla
Fri Feb 15, 2019 9:29 am
Forum: Automation API
Topic: Accessing screenshots by index or names
Replies: 1
Views: 1629

Accessing screenshots by index or names

Hi, We have to validate different screenshots according to 4 Windows versions. Thus, 4 screenshots were added to the element, with names Sc_Win7, Sc_Win8, Sc_Win8_1, Sc_Win10. In a code module, it is possible to access the screenshots with their dedicated methods : sc_7 = repo.element.GetSc_Win7(); ...
by jla
Wed Feb 13, 2019 11:10 am
Forum: Automation API
Topic: Get Report.SystemSummary() information in a string
Replies: 3
Views: 1861

Re: Get Report.SystemSummary() information in a string

Host node is just perfect !
Thanks.
by jla
Tue Feb 12, 2019 1:30 pm
Forum: Automation API
Topic: Get Report.SystemSummary() information in a string
Replies: 3
Views: 1861

Get Report.SystemSummary() information in a string

Hi,
I need to retrieve within code modules the OS version, at runtime, as provided by Report.SystemSummary():

Ranorex version: 8.2.0.0
OS version: Windows 7 Service Pack 1 64bit


How can these information be accessed, and stored in one or several strings ?
Thanks for your help.