BrowserScroller

Description

An IScroller implemention for a typical webpage in a webbrowser.

FileDialog Class

Namespace: Progile.TRIO.EnvironmentModel.WebBrowser Assembly: Progile.TRIO.EnvironmentModel.Windows (in Progile.TRIO.EnvironmentModel.Windows.dll)

Inheritance Hierarchy:

Object Progile.TRIO.EnvironmentModel.WebBrowser.BrowserScroller

Constructors

Creates a new instance of a BrowserScroller that is displayed in the provided searchRectangle. If the scroller is in a subview (e.g. table, dropdown), you may need to set needsFocus to true, to always click in the scroller before using it.

Syntax:

public BrowserScroller(
	ITester tester,
	Select searchRectangle,
	BrowserType browser,
	bool needsFocus = false
)

Methods

Properties

Last updated