C# Class OpenQA.Selenium.DriverTestFixture

Show file Open project: asynchrony/Selenium2 Class Usage Examples

Public Properties

Property Type Description
ajaxyPage string
alertsPage string
bodyTypingPage string
childPage string
chinesePage string
clickJackerPage string
deletingFrame string
documentWrite string
dragAndDropPage string
draggableLists string
droppableItems string
dynamicPage string
formSelectionPage string
formsPage string
formsTitle string
framesPage string
framesTitle string
framesetPage string
grandchildPage string
iframePage string
iframesPage string
iframesTitle string
javascriptEnhancedForm string
javascriptPage string
macbethPage string
macbethTitle string
metaRedirectPage string
nestedPage string
rectanglesPage string
redirectPage string
resultPage string
richTextPage string
selectableItemsPage string
simpleTestPage string
simpleTestTitle string
sleepingPage string
slowIframes string
svgPage string
tables string
underscorePage string
uploadPage string
xhtmlTestPage string

Protected Properties

Property Type Description
driver IWebDriver

Protected Methods

Method Description
CreateFreshDriver ( ) : void
IsIeDriverTimedOutException ( Exception e ) : bool

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void

Method Details

CreateFreshDriver() protected method

protected CreateFreshDriver ( ) : void
return void

IsIeDriverTimedOutException() protected method

protected IsIeDriverTimedOutException ( Exception e ) : bool
e System.Exception
return bool

Property Details

ajaxyPage public property

public string ajaxyPage
return string

alertsPage public property

public string alertsPage
return string

bodyTypingPage public property

public string bodyTypingPage
return string

childPage public property

public string childPage
return string

chinesePage public property

public string chinesePage
return string

clickJackerPage public property

public string clickJackerPage
return string

deletingFrame public property

public string deletingFrame
return string

documentWrite public property

public string documentWrite
return string

dragAndDropPage public property

public string dragAndDropPage
return string

draggableLists public property

public string draggableLists
return string

driver protected property

protected IWebDriver driver
return IWebDriver

droppableItems public property

public string droppableItems
return string

dynamicPage public property

public string dynamicPage
return string

formSelectionPage public property

public string formSelectionPage
return string

formsPage public property

public string formsPage
return string

formsTitle public property

public string formsTitle
return string

framesPage public property

public string framesPage
return string

framesTitle public property

public string framesTitle
return string

framesetPage public property

public string framesetPage
return string

grandchildPage public property

public string grandchildPage
return string

iframePage public property

public string iframePage
return string

iframesPage public property

public string iframesPage
return string

iframesTitle public property

public string iframesTitle
return string

javascriptEnhancedForm public property

public string javascriptEnhancedForm
return string

javascriptPage public property

public string javascriptPage
return string

macbethPage public property

public string macbethPage
return string

macbethTitle public property

public string macbethTitle
return string

metaRedirectPage public property

public string metaRedirectPage
return string

nestedPage public property

public string nestedPage
return string

rectanglesPage public property

public string rectanglesPage
return string

redirectPage public property

public string redirectPage
return string

resultPage public property

public string resultPage
return string

richTextPage public property

public string richTextPage
return string

selectableItemsPage public property

public string selectableItemsPage
return string

simpleTestPage public property

public string simpleTestPage
return string

simpleTestTitle public property

public string simpleTestTitle
return string

sleepingPage public property

public string sleepingPage
return string

slowIframes public property

public string slowIframes
return string

svgPage public property

public string svgPage
return string

tables public property

public string tables
return string

underscorePage public property

public string underscorePage
return string

uploadPage public property

public string uploadPage
return string

xhtmlTestPage public property

public string xhtmlTestPage
return string