TestResults.io
Product
Search…
⌃K
Links
What is TestResults.io
System Architecture
Regulated Markets
What's new?
Portal
Overview
First Steps
User's Guide
Automation Engineer's Guide
REST API Reference
Designer
Overview
First Steps
Installation
Getting started
Interacting with the SUT
Test Cases
Software Models
Installers
Automation Framework Reference
FAQ
Models
Overview
Base Model
BaseScreen
OnScreenElement
Primitives
Enumerations
Extensions
Helper Classes
Exceptions
Interfaces
IAppBasics Interface
IAppBasics Methods
IAppBasics Properties
IBrowser
ICommandLineWindow
IScroller Interface
ISutLocale Interface
ISystemHelpers
ISystemInteractions
IWindow
Environment Model
Powered By
GitBook
IAppBasics Methods
GetScroller
Instantiates and returns an
IScroller
.
Syntax:
IScroller
GetScroller
(
Select
searchRectangle
=
null
,
bool
requiresFocus
=
false
)
Parameters:
Parameter
Description
searchRectangle
Type:
Select
The search rectangle that contains the scroller. If null it should default to
Window
.
requiresFocus
Type:
Boolean
if set to true the scroller requires focus, before it can be used with keyboard shortcuts such as page down.
Return Value:
A new object of a class that implements the IScroller interface.
Previous
IAppBasics Interface
Next
IAppBasics Properties
Last modified
3yr ago