C# Класс UIAccess.Actions

Показать файл Открыть проект

Открытые методы

Метод Описание
Actions ( ControlAccess controlAccess ) : System
DragDrop ( WebControl target ) : void
DragDropToOffset ( int offSetX, int offSetY ) : void
MoveToElement ( WebControl webElement ) : void
MoveToElement ( int offSetX, int offSetY ) : void
NativeSelect ( WebControl webElement ) : void
SendKeys ( WebControl webElement, string keys ) : void
SendKeys ( string keys ) : void

Описание методов

Actions() публичный Метод

public Actions ( ControlAccess controlAccess ) : System
controlAccess WebDriverWrapper.ControlAccess
Результат System

DragDrop() публичный Метод

public DragDrop ( WebControl target ) : void
target WebControl
Результат void

DragDropToOffset() публичный Метод

public DragDropToOffset ( int offSetX, int offSetY ) : void
offSetX int
offSetY int
Результат void

MoveToElement() публичный Метод

public MoveToElement ( WebControl webElement ) : void
webElement WebControl
Результат void

MoveToElement() публичный Метод

public MoveToElement ( int offSetX, int offSetY ) : void
offSetX int
offSetY int
Результат void

NativeSelect() публичный Метод

public NativeSelect ( WebControl webElement ) : void
webElement WebControl
Результат void

SendKeys() публичный Метод

public SendKeys ( WebControl webElement, string keys ) : void
webElement WebControl
keys string
Результат void

SendKeys() публичный Метод

public SendKeys ( string keys ) : void
keys string
Результат void