C# Class OpenQA.Selenium.DriverTestFixture

显示文件 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_oe property

public string ajaxyPage
return string

alertsPage public_oe property

public string alertsPage
return string

bodyTypingPage public_oe property

public string bodyTypingPage
return string

childPage public_oe property

public string childPage
return string

chinesePage public_oe property

public string chinesePage
return string

clickJackerPage public_oe property

public string clickJackerPage
return string

deletingFrame public_oe property

public string deletingFrame
return string

documentWrite public_oe property

public string documentWrite
return string

dragAndDropPage public_oe property

public string dragAndDropPage
return string

draggableLists public_oe property

public string draggableLists
return string

driver protected_oe property

protected IWebDriver driver
return IWebDriver

droppableItems public_oe property

public string droppableItems
return string

dynamicPage public_oe property

public string dynamicPage
return string

formSelectionPage public_oe property

public string formSelectionPage
return string

formsPage public_oe property

public string formsPage
return string

formsTitle public_oe property

public string formsTitle
return string

framesPage public_oe property

public string framesPage
return string

framesTitle public_oe property

public string framesTitle
return string

framesetPage public_oe property

public string framesetPage
return string

grandchildPage public_oe property

public string grandchildPage
return string

iframePage public_oe property

public string iframePage
return string

iframesPage public_oe property

public string iframesPage
return string

iframesTitle public_oe property

public string iframesTitle
return string

javascriptEnhancedForm public_oe property

public string javascriptEnhancedForm
return string

javascriptPage public_oe property

public string javascriptPage
return string

macbethPage public_oe property

public string macbethPage
return string

macbethTitle public_oe property

public string macbethTitle
return string

metaRedirectPage public_oe property

public string metaRedirectPage
return string

nestedPage public_oe property

public string nestedPage
return string

rectanglesPage public_oe property

public string rectanglesPage
return string

redirectPage public_oe property

public string redirectPage
return string

resultPage public_oe property

public string resultPage
return string

richTextPage public_oe property

public string richTextPage
return string

selectableItemsPage public_oe property

public string selectableItemsPage
return string

simpleTestPage public_oe property

public string simpleTestPage
return string

simpleTestTitle public_oe property

public string simpleTestTitle
return string

sleepingPage public_oe property

public string sleepingPage
return string

slowIframes public_oe property

public string slowIframes
return string

svgPage public_oe property

public string svgPage
return string

tables public_oe property

public string tables
return string

underscorePage public_oe property

public string underscorePage
return string

uploadPage public_oe property

public string uploadPage
return string

xhtmlTestPage public_oe property

public string xhtmlTestPage
return string