C# Class UIAccess.Actions

Afficher le fichier Open project: geeksree/cSharpGeeks

Méthodes publiques

Méthode Description
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

Method Details

Actions() public méthode

public Actions ( ControlAccess controlAccess ) : System
controlAccess WebDriverWrapper.ControlAccess
Résultat System

DragDrop() public méthode

public DragDrop ( WebControl target ) : void
target WebControl
Résultat void

DragDropToOffset() public méthode

public DragDropToOffset ( int offSetX, int offSetY ) : void
offSetX int
offSetY int
Résultat void

MoveToElement() public méthode

public MoveToElement ( WebControl webElement ) : void
webElement WebControl
Résultat void

MoveToElement() public méthode

public MoveToElement ( int offSetX, int offSetY ) : void
offSetX int
offSetY int
Résultat void

NativeSelect() public méthode

public NativeSelect ( WebControl webElement ) : void
webElement WebControl
Résultat void

SendKeys() public méthode

public SendKeys ( WebControl webElement, string keys ) : void
webElement WebControl
keys string
Résultat void

SendKeys() public méthode

public SendKeys ( string keys ) : void
keys string
Résultat void