C# Class OpenQA.Selenium.ElementFindingTest

Inheritance: DriverTestFixture
Afficher le fichier Open project: asynchrony/Selenium2

Private Methods

Méthode Description
DriverShouldBeAbleToFindElementsAfterLoadingMoreThanOnePageAtATime ( ) : void
FindingALinkByXpathUsingContainsKeywordShouldWork ( ) : void
FindingByXPathShouldNotIncludeParentElementIfSameTagType ( ) : void
FindingElementByCompoundClassNameIsAnError ( ) : void
FindingElementCollectionByCompoundClassNameIsAnError ( ) : void
RemovingAnElementDynamicallyFromTheDomShouldCauseAStaleRefException ( ) : void
ReturnAnEmptyListWhenThereAreNoChildrenOfANode ( ) : void
ShouldBeAbleToClickOnLinkIdentifiedById ( ) : void
ShouldBeAbleToClickOnLinkIdentifiedByText ( ) : void
ShouldBeAbleToClickOnLinksWithNoHrefAttribute ( ) : void
ShouldBeAbleToFindAnElementByCssSelector ( ) : void
ShouldBeAbleToFindAnElementsByCssSelector ( ) : void
ShouldBeAbleToFindChildrenOfANode ( ) : void
ShouldBeAbleToFindElementByPartialLinkText ( ) : void
ShouldBeAbleToFindMultipleElementsByClassName ( ) : void
ShouldBeAbleToFindMultipleElementsById ( ) : void
ShouldBeAbleToFindMultipleElementsByLinkText ( ) : void
ShouldBeAbleToFindMultipleElementsByName ( ) : void
ShouldBeAbleToFindMultipleElementsByPartialLinkText ( ) : void
ShouldBeAbleToFindMultipleElementsByXPath ( ) : void
ShouldBeAbleToInjectXPathEngineIfNeeded ( ) : void
ShouldFindAnElementBasedOnId ( ) : void
ShouldFindAnElementBasedOnTagName ( ) : void
ShouldFindElementByClassWhenItsNameIsSurroundedByWhitespace ( ) : void
ShouldFindElementByLinkTextContainingEqualsSign ( ) : void
ShouldFindElementByPartialLinkTextContainingEqualsSign ( ) : void
ShouldFindElementsBasedOnTagName ( ) : void
ShouldFindElementsByClass ( ) : void
ShouldFindElementsByClassWhenItIsInTheMiddleAmongMany ( ) : void
ShouldFindElementsByClassWhenItIsTheFirstNameAmongMany ( ) : void
ShouldFindElementsByClassWhenItIsTheLastNameAmongMany ( ) : void
ShouldFindElementsByClassWhenItsNameIsSurroundedByWhitespace ( ) : void
ShouldFindElementsByName ( ) : void
ShouldFindGrandChildren ( ) : void
ShouldFindHiddenElementsByName ( ) : void
ShouldNotBeAbleToFindAnElementOnABlankPage ( ) : void
ShouldNotBeAbleToFindElementsBasedOnIdIfTheElementIsNotThere ( ) : void
ShouldNotBeAbleToLocateASingleElementOnABlankPage ( ) : void
ShouldNotBeAbleToLocateASingleElementThatDoesNotExist ( ) : void
ShouldNotFindElementOutSideTree ( ) : void
ShouldNotFindElementsByClassWhenTheNameQueriedIsShorterThanCandidateName ( ) : void
ShouldReturnElementsThatDoNotSupportTheNameProperty ( ) : void
ShouldReturnTitleOfPageIfSet ( ) : void
ShouldThrowAnExceptionWhenThereIsNoLinkToClickAndItIsFoundWithLinkText ( ) : void
SupportsSelectorApi ( ) : bool
WhenFindingByNameShouldNotReturnById ( ) : void
testShouldFindElementsByLinkTextContainingEqualsSign ( ) : void
testShouldFindElementsByPartialLinkTextContainingEqualsSign ( ) : void