C# Class Selenium.Extensions.By.jQueryBy

Specialized "By" class for jQuery selector
Exibir arquivo Open project: Jayman1305/Selenium.Extensions

Public Methods

Method Description
Children ( string selector = "" ) : jQueryBy
Closest ( string selector = "" ) : jQueryBy
Eq ( int index ) : jQueryBy
Find ( string selector = "" ) : jQueryBy
First ( ) : jQueryBy
Has ( string selector ) : jQueryBy
Last ( ) : jQueryBy
Next ( string selector = "" ) : jQueryBy
NextAll ( string selector = "" ) : jQueryBy
NextUntil ( string selector = "", string filter = "" ) : jQueryBy
Not ( string selector ) : jQueryBy
OffsetParent ( ) : jQueryBy
Parent ( string selector = "" ) : jQueryBy
Parents ( string selector = "" ) : jQueryBy
ParentsUntil ( string selector = "", string filter = "" ) : jQueryBy
Prev ( string selector = "" ) : jQueryBy
PrevAll ( string selector = "" ) : jQueryBy
PrevUntil ( string selector = "", string filter = "" ) : jQueryBy
Siblings ( string selector = "" ) : jQueryBy
jQueryBy ( string selector )

Private Methods

Method Description
Function ( string func, string selector = "", string additionalArg = "" ) : jQueryBy

Method Details

Children() public method

public Children ( string selector = "" ) : jQueryBy
selector string
return jQueryBy

Closest() public method

public Closest ( string selector = "" ) : jQueryBy
selector string
return jQueryBy

Eq() public method

public Eq ( int index ) : jQueryBy
index int
return jQueryBy

Find() public method

public Find ( string selector = "" ) : jQueryBy
selector string
return jQueryBy

First() public method

public First ( ) : jQueryBy
return jQueryBy

Has() public method

public Has ( string selector ) : jQueryBy
selector string
return jQueryBy

Last() public method

public Last ( ) : jQueryBy
return jQueryBy

Next() public method

public Next ( string selector = "" ) : jQueryBy
selector string
return jQueryBy

NextAll() public method

public NextAll ( string selector = "" ) : jQueryBy
selector string
return jQueryBy

NextUntil() public method

public NextUntil ( string selector = "", string filter = "" ) : jQueryBy
selector string
filter string
return jQueryBy

Not() public method

public Not ( string selector ) : jQueryBy
selector string
return jQueryBy

OffsetParent() public method

public OffsetParent ( ) : jQueryBy
return jQueryBy

Parent() public method

public Parent ( string selector = "" ) : jQueryBy
selector string
return jQueryBy

Parents() public method

public Parents ( string selector = "" ) : jQueryBy
selector string
return jQueryBy

ParentsUntil() public method

public ParentsUntil ( string selector = "", string filter = "" ) : jQueryBy
selector string
filter string
return jQueryBy

Prev() public method

public Prev ( string selector = "" ) : jQueryBy
selector string
return jQueryBy

PrevAll() public method

public PrevAll ( string selector = "" ) : jQueryBy
selector string
return jQueryBy

PrevUntil() public method

public PrevUntil ( string selector = "", string filter = "" ) : jQueryBy
selector string
filter string
return jQueryBy

Siblings() public method

public Siblings ( string selector = "" ) : jQueryBy
selector string
return jQueryBy

jQueryBy() public method

public jQueryBy ( string selector )
selector string