C# Class Sirius.CSharp.Client.Web.WebClient

TODO: Add documentation text.
Afficher le fichier Open project: mkolisnyk/Sirius

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Back ( ) : void

TODO: Add documentation text.

Clear ( string arg1, string arg2 ) : void

TODO: Add documentation text.

Click ( string arg1, string arg2 ) : void

TODO: Add documentation text.

Core ( ) : WebCoreClient

TODO: Add documentation text.

DeselectAll ( string arg1, string arg2 ) : void

TODO: Add documentation text.

DeselectByIndex ( string arg1, string arg2, int arg3 ) : void

TODO: Add documentation text.

DeselectByValue ( string arg1, string arg2, string arg3 ) : void

TODO: Add documentation text.

DeselectByVisibleText ( string arg1, string arg2, string arg3 ) : void

TODO: Add documentation text.

Forward ( ) : void

TODO: Add documentation text.

GetAllOptions ( string arg1, string arg2 ) : string[]

TODO: Add documentation text.

GetAllSelectedOptions ( string arg1, string arg2 ) : string[]

TODO: Add documentation text.

GetAttribute ( string arg1, string arg2, string arg3 ) : string

TODO: Add documentation text.

GetCssValue ( string startFrom, string locator, string css ) : string

TODO: Add documentation text.

GetFirstSelectedOption ( string arg1, string arg2 ) : string

TODO: Add documentation text.

GetLocation ( string arg1, string arg2 ) : Sirius.CSharp.Client.Web.Core.point

TODO: Add documentation text.

GetPageSource ( ) : string

TODO: Add documentation text.

GetSize ( string arg1, string arg2 ) : Sirius.CSharp.Client.Web.Core.dimension

TODO: Add documentation text.

GetTagName ( string arg1, string arg2 ) : string

TODO: Add documentation text.

GetText ( string arg1, string arg2 ) : string

TODO: Add documentation text.

GetTitle ( ) : string

TODO: Add documentation text.

GetURL ( ) : string

TODO: Add documentation text.

GetWindowHandle ( ) : string

TODO: Add documentation text.

IsDisplayed ( string startFrom, string locator ) : bool

TODO: Add documentation text.

IsEnabled ( string arg1, string arg2 ) : bool

TODO: Add documentation text.

IsMultiple ( string arg1, string arg2 ) : bool

TODO: Add documentation text.

IsSelected ( string arg1, string arg2 ) : bool

TODO: Add documentation text.

Open ( string arg1 ) : void

TODO: Add documentation text.

Refresh ( ) : void

TODO: Add documentation text.

Select ( ) : WebSelectClient

TODO: Add documentation text.

SelectAlert ( ) : void

TODO: Add documentation text.

SelectByIndex ( string arg1, string arg2, int arg3 ) : void

TODO: Add documentation text.

SelectByValue ( string arg1, string arg2, string arg3 ) : void

TODO: Add documentation text.

SelectByVisibleText ( string arg1, string arg2, string arg3 ) : void

TODO: Add documentation text.

SelectDefaultContent ( ) : void

TODO: Add documentation text.

SelectFrameByIndex ( int index ) : void

TODO: Add documentation text.

SelectFrameByName ( string name ) : void

TODO: Add documentation text.

SelectWindow ( string arg1 ) : void

TODO: Add documentation text.

SendKeys ( string startFrom, string locator, string keys ) : void

TODO: Add documentation text.

Start ( string browser ) : string

TODO: Add documentation text.

Stop ( ) : void

TODO: Add documentation text.

Submit ( string arg1, string arg2 ) : void

TODO: Add documentation text.

WebClient ( string host, string port ) : System

Initializes a new instance of the WebClient class.

Method Details

Back() public méthode

TODO: Add documentation text.
public Back ( ) : void
Résultat void

Clear() public méthode

TODO: Add documentation text.
public Clear ( string arg1, string arg2 ) : void
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
Résultat void

Click() public méthode

TODO: Add documentation text.
public Click ( string arg1, string arg2 ) : void
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
Résultat void

Core() public méthode

TODO: Add documentation text.
public Core ( ) : WebCoreClient
Résultat WebCoreClient

DeselectAll() public méthode

TODO: Add documentation text.
public DeselectAll ( string arg1, string arg2 ) : void
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
Résultat void

DeselectByIndex() public méthode

TODO: Add documentation text.
public DeselectByIndex ( string arg1, string arg2, int arg3 ) : void
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
arg3 int TODO: Add documentation text for argument 3.
Résultat void

DeselectByValue() public méthode

TODO: Add documentation text.
public DeselectByValue ( string arg1, string arg2, string arg3 ) : void
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
arg3 string TODO: Add documentation text for argument 3.
Résultat void

DeselectByVisibleText() public méthode

TODO: Add documentation text.
public DeselectByVisibleText ( string arg1, string arg2, string arg3 ) : void
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
arg3 string TODO: Add documentation text for argument 3.
Résultat void

Forward() public méthode

TODO: Add documentation text.
public Forward ( ) : void
Résultat void

GetAllOptions() public méthode

TODO: Add documentation text.
public GetAllOptions ( string arg1, string arg2 ) : string[]
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
Résultat string[]

GetAllSelectedOptions() public méthode

TODO: Add documentation text.
public GetAllSelectedOptions ( string arg1, string arg2 ) : string[]
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
Résultat string[]

GetAttribute() public méthode

TODO: Add documentation text.
public GetAttribute ( string arg1, string arg2, string arg3 ) : string
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
arg3 string TODO: Add documentation text for argument 3.
Résultat string

GetCssValue() public méthode

TODO: Add documentation text.
public GetCssValue ( string startFrom, string locator, string css ) : string
startFrom string TODO: Add documentation text for startFrom.
locator string TODO: Add documentation text for locator.
css string TODO: Add documentation text for CSS.
Résultat string

GetFirstSelectedOption() public méthode

TODO: Add documentation text.
public GetFirstSelectedOption ( string arg1, string arg2 ) : string
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
Résultat string

GetLocation() public méthode

TODO: Add documentation text.
public GetLocation ( string arg1, string arg2 ) : Sirius.CSharp.Client.Web.Core.point
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
Résultat Sirius.CSharp.Client.Web.Core.point

GetPageSource() public méthode

TODO: Add documentation text.
public GetPageSource ( ) : string
Résultat string

GetSize() public méthode

TODO: Add documentation text.
public GetSize ( string arg1, string arg2 ) : Sirius.CSharp.Client.Web.Core.dimension
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
Résultat Sirius.CSharp.Client.Web.Core.dimension

GetTagName() public méthode

TODO: Add documentation text.
public GetTagName ( string arg1, string arg2 ) : string
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
Résultat string

GetText() public méthode

TODO: Add documentation text.
public GetText ( string arg1, string arg2 ) : string
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
Résultat string

GetTitle() public méthode

TODO: Add documentation text.
public GetTitle ( ) : string
Résultat string

GetURL() public méthode

TODO: Add documentation text.
public GetURL ( ) : string
Résultat string

GetWindowHandle() public méthode

TODO: Add documentation text.
public GetWindowHandle ( ) : string
Résultat string

IsDisplayed() public méthode

TODO: Add documentation text.
public IsDisplayed ( string startFrom, string locator ) : bool
startFrom string TODO: Add documentation text for startFrom.
locator string TODO: Add documentation text for locator
Résultat bool

IsEnabled() public méthode

TODO: Add documentation text.
public IsEnabled ( string arg1, string arg2 ) : bool
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
Résultat bool

IsMultiple() public méthode

TODO: Add documentation text.
public IsMultiple ( string arg1, string arg2 ) : bool
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
Résultat bool

IsSelected() public méthode

TODO: Add documentation text.
public IsSelected ( string arg1, string arg2 ) : bool
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
Résultat bool

Open() public méthode

TODO: Add documentation text.
public Open ( string arg1 ) : void
arg1 string TODO: Add documentation text for argument 1.
Résultat void

Refresh() public méthode

TODO: Add documentation text.
public Refresh ( ) : void
Résultat void

Select() public méthode

TODO: Add documentation text.
public Select ( ) : WebSelectClient
Résultat WebSelectClient

SelectAlert() public méthode

TODO: Add documentation text.
public SelectAlert ( ) : void
Résultat void

SelectByIndex() public méthode

TODO: Add documentation text.
public SelectByIndex ( string arg1, string arg2, int arg3 ) : void
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
arg3 int TODO: Add documentation text for argument 3.
Résultat void

SelectByValue() public méthode

TODO: Add documentation text.
public SelectByValue ( string arg1, string arg2, string arg3 ) : void
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
arg3 string TODO: Add documentation text for argument 3.
Résultat void

SelectByVisibleText() public méthode

TODO: Add documentation text.
public SelectByVisibleText ( string arg1, string arg2, string arg3 ) : void
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
arg3 string TODO: Add documentation text for argument 3.
Résultat void

SelectDefaultContent() public méthode

TODO: Add documentation text.
public SelectDefaultContent ( ) : void
Résultat void

SelectFrameByIndex() public méthode

TODO: Add documentation text.
public SelectFrameByIndex ( int index ) : void
index int TODO: Add documentation text for index.
Résultat void

SelectFrameByName() public méthode

TODO: Add documentation text.
public SelectFrameByName ( string name ) : void
name string TODO: Add documentation text for name.
Résultat void

SelectWindow() public méthode

TODO: Add documentation text.
public SelectWindow ( string arg1 ) : void
arg1 string TODO: Add documentation text for argument 1 parameter.
Résultat void

SendKeys() public méthode

TODO: Add documentation text.
public SendKeys ( string startFrom, string locator, string keys ) : void
startFrom string TODO: Add documentation text for startFrom.
locator string TODO: Add documentation text for locator.
keys string TODO: Add documentation text for keys.
Résultat void

Start() public méthode

TODO: Add documentation text.
public Start ( string browser ) : string
browser string TODO: Add documentation text for browser.
Résultat string

Stop() public méthode

TODO: Add documentation text.
public Stop ( ) : void
Résultat void

Submit() public méthode

TODO: Add documentation text.
public Submit ( string arg1, string arg2 ) : void
arg1 string TODO: Add documentation text for argument 1.
arg2 string TODO: Add documentation text for argument 2.
Résultat void

WebClient() public méthode

Initializes a new instance of the WebClient class.
public WebClient ( string host, string port ) : System
host string TODO: Add documentation text for host parameter.
port string TODO: Add documentation text for port parameter.
Résultat System