| Index: chrome/test/chromedriver/java_tests.txt
|
| diff --git a/chrome/test/chromedriver/java_tests.txt b/chrome/test/chromedriver/java_tests.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7c54c86950f79270dbc5b0e249029b6846bf2064
|
| --- /dev/null
|
| +++ b/chrome/test/chromedriver/java_tests.txt
|
| @@ -0,0 +1,604 @@
|
| +AtomsInjectionTest.testInjectingAtomShouldNotTrampleOnUnderscoreGlobal
|
| +ByTest.innerClassesArePublicSoThatTheyCanBeReusedElsewhere
|
| +ByTest.shouldUseFindsByNameToLocateElementsByName
|
| +ByTest.shouldUseXPathToFindByNameIfDriverDoesNotImplementFindsByName
|
| +ByTest.testHashCodeDoesNotFallIntoEndlessRecursion
|
| +ChildrenFindingTest.testfindElementById
|
| +ChildrenFindingTest.testfindElementByIdWhenMultipleMatchesExist
|
| +ChildrenFindingTest.testfindElementByIdWhenNoMatchInContext
|
| +ChildrenFindingTest.testFindElementByLinkText
|
| +ChildrenFindingTest.testfindElementByName
|
| +ChildrenFindingTest.testFindElementByXPath
|
| +ChildrenFindingTest.testFindElementByXPathWhenNoMatch
|
| +ChildrenFindingTest.testfindElementsById
|
| +ChildrenFindingTest.testFindElementsByLinkTest
|
| +ChildrenFindingTest.testfindElementsByLinkText
|
| +ChildrenFindingTest.testfindElementsByName
|
| +ChildrenFindingTest.testfindElementsByXPath
|
| +ChildrenFindingTest.testfindElementsByXPathWhenNoMatch
|
| +ChildrenFindingTest.testFindingDotSlashElementsOnElementByXPathShouldFindNotTopLevelElements
|
| +ChildrenFindingTest.testFindingElementsOnElementByXPathShouldFindTopLevelElements
|
| +ChildrenFindingTest.testShouldBeAbleToFindAnElementByCssSelector
|
| +ChildrenFindingTest.testShouldBeAbleToFindAnElementsByCssSelector
|
| +ChildrenFindingTest.testShouldFindChildElementsByClassName
|
| +ChildrenFindingTest.testShouldFindChildElementsByTagName
|
| +ChildrenFindingTest.testShouldFindChildrenByClassName
|
| +ChildrenFindingTest.testShouldFindChildrenByTagName
|
| +ClearTest.testContentEditableAreaShouldClear
|
| +ClearTest.testTextAreaShouldNotClearWhenDisabled
|
| +ClearTest.testTextAreaShouldNotClearWhenReadOnly
|
| +ClearTest.testTextInputShouldNotClearWhenDisabled
|
| +ClearTest.testTextInputShouldNotClearWhenReadOnly
|
| +ClearTest.testWritableTextAreaShouldClear
|
| +ClearTest.testWritableTextInputShouldClear
|
| +ClickScrollingTest.testClickingOnAnchorScrollsPage
|
| +ClickScrollingTest.testShouldBeAbleToClickElementInAFrameThatIsOutOfView
|
| +ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInAFrame
|
| +ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInAFrameThatIsOutOfView
|
| +ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrame
|
| +ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrameThatIsOutOfView
|
| +ClickScrollingTest.testShouldBeAbleToClickOnAnElementHiddenByOverflow
|
| +ClickScrollingTest.testShouldBeAbleToClickRadioButtonScrolledIntoView
|
| +ClickScrollingTest.testShouldNotScrollOverflowElementsWhichAreVisible
|
| +ClickScrollingTest.testShouldNotScrollWhenGettinElementSize
|
| +ClickScrollingTest.testShouldScrollOverflowElementsIfClickPointIsOutOfViewButElementIsInView
|
| +ClickScrollingTest.testShouldScrollToClickOnAnElementHiddenByOverflow
|
| +ClickTest.testCanClickOnALinkAndFollowIt
|
| +ClickTest.testCanClickOnALinkThatContainsTextWrappedInASpan
|
| +ClickTest.testCanClickOnALinkThatOverflowsAndFollowIt
|
| +ClickTest.testCanClickOnALinkThatUpdatesAnotherFrame
|
| +ClickTest.testCanClickOnALinkWithEnclosedImage
|
| +ClickTest.testCanClickOnAnAnchorAndNotReloadThePage
|
| +ClickTest.testCanClickOnAnElementEnclosedInALink
|
| +ClickTest.testCanClickOnAnElementWithTopSetToANegativeNumber
|
| +ClickTest.testCanClickOnAnImageEnclosedInALink
|
| +ClickTest.testClickingLabelShouldSetCheckbox
|
| +ClickTest.testClicksASurroundingStrongTag
|
| +ClickTest.testElementsFoundByJsCanLoadUpdatesInAnotherFrame
|
| +ClickTest.testJsLoactedElementsCanUpdateFramesIfFoundSomehowElse
|
| +ClickTest.testShouldBeAbleToClickOnAnElementInTheViewport
|
| +ClickTest.testShouldClickOnFirstBoundingClientRectWithNonZeroSize
|
| +ClickTest.testShouldOnlyFollowHrefOnce
|
| +ClickTest.testShouldSetRelatedTargetForMouseOver
|
| +CookieImplementationTest.testAddCookiesWithDifferentPathsThatAreRelatedToOurs
|
| +CookieImplementationTest.testCannotGetCookiesWithPathDifferingOnlyInCase
|
| +CookieImplementationTest.testCanSetCookieWithoutOptionalFieldsSet
|
| +CookieImplementationTest.testCookieEqualityAfterSetAndGet
|
| +CookieImplementationTest.testDeleteAllCookies
|
| +CookieImplementationTest.testDeleteCookieWithName
|
| +CookieImplementationTest.testGetAllCookies
|
| +CookieImplementationTest.testRetainsCookieExpiry
|
| +CookieImplementationTest.testSettingACookieThatExpiredInThePast
|
| +CookieImplementationTest.testShouldBeAbleToAddCookie
|
| +CookieImplementationTest.testShouldBeAbleToAddToADomainWhichIsRelatedToTheCurrentDomain
|
| +CookieImplementationTest.testShouldBeAbleToIncludeLeadingPeriodInDomainName
|
| +CookieImplementationTest.testShouldBeAbleToSetDomainToTheCurrentDomain
|
| +CookieImplementationTest.testShouldGetCookieByName
|
| +CookieImplementationTest.testShouldIgnoreThePortNumberOfTheHostWhenSettingTheCookie
|
| +CookieImplementationTest.testShouldNotDeleteCookiesWithASimilarName
|
| +CookieImplementationTest.testShouldNotGetCookieOnDifferentDomain
|
| +CookieImplementationTest.testShouldWalkThePathToDeleteACookie
|
| +CookieImplementationTest.testsShouldNotGetCookiesRelatedToCurrentDomainWithoutLeadingPeriod
|
| +CoordinatesTest.testShouldGetCoordinatesOfAHiddenElement
|
| +CoordinatesTest.testShouldGetCoordinatesOfAnElementInAFrame
|
| +CoordinatesTest.testShouldGetCoordinatesOfAnElementInViewPort
|
| +CoordinatesTest.testShouldGetCoordinatesOfAnEmptyElement
|
| +CoordinatesTest.testShouldGetCoordinatesOfAnInvisibleElement
|
| +CoordinatesTest.testShouldGetCoordinatesOfATransparentElement
|
| +CorrectEventFiringTest.testClearingAnElementShouldCauseTheOnChangeHandlerToFire
|
| +CorrectEventFiringTest.testClickEventsShouldBubble
|
| +CorrectEventFiringTest.testMouseEventsShouldBubbleUpToContainingElements
|
| +CorrectEventFiringTest.testSendingKeysToAFocusedElementShouldNotBlurThatElement
|
| +CorrectEventFiringTest.testSendingKeysToAnElementShouldCauseTheFocusEventToFire
|
| +CorrectEventFiringTest.testSendingKeysToAnotherElementShouldCauseTheBlurEventToFire
|
| +CorrectEventFiringTest.testShouldEmitClickEventWhenClickingOnATextInputElement
|
| +CorrectEventFiringTest.testShouldEmitOnChangeEventsWhenChangingTheStateOfACheckbox
|
| +CorrectEventFiringTest.testShouldEmitOnChangeEventsWhenSelectingElements
|
| +CorrectEventFiringTest.testShouldFireClickEventWhenClicking
|
| +CorrectEventFiringTest.testShouldFireMouseDownEventWhenClicking
|
| +CorrectEventFiringTest.testShouldFireMouseMoveEventWhenClicking
|
| +CorrectEventFiringTest.testShouldFireMouseOverEventWhenClicking
|
| +CorrectEventFiringTest.testShouldFireMouseUpEventWhenClicking
|
| +CorrectEventFiringTest.testShouldFireTwoClickEventsWhenClickingOnALabel
|
| +CorrectEventFiringTest.testShouldIssueClickEvents
|
| +CorrectEventFiringTest.testShouldIssueMouseUpEvents
|
| +CorrectEventFiringTest.testShouldNotThrowIfEventHandlerThrows
|
| +CorrectEventFiringTest.testShouldReportTheXAndYCoordinatesWhenClicking
|
| +CorrectEventFiringTest.testsShouldIssueMouseDownEvents
|
| +CorrectEventFiringTest.testSubmittingFormFromFormElementShouldFireOnSubmitForThatForm
|
| +CorrectEventFiringTest.testSubmittingFormFromFormInputSubmitElementShouldFireOnSubmitForThatForm
|
| +CorrectEventFiringTest.testSubmittingFormFromFormInputTextElementShouldFireOnSubmitForThatFormAndNotClickOnThatInput
|
| +CorrectEventFiringTest.testUploadingFileShouldFireOnChangeEvent
|
| +DragAndDropTest.testDragAndDrop
|
| +DragAndDropTest.testDragAndDropOnJQueryItems
|
| +DragAndDropTest.testDragAndDropToElement
|
| +DragAndDropTest.testDragAndDropToElementInIframe
|
| +DragAndDropTest.testElementInDiv
|
| +DragAndDropTest.testShouldAllowUsersToDragAndDropToElementsOffTheCurrentViewPort
|
| +ElementAttributeTest.testCanRetrieveTheCurrentValueOfATextFormField_emailInput
|
| +ElementAttributeTest.testCanRetrieveTheCurrentValueOfATextFormField_textArea
|
| +ElementAttributeTest.testCanRetrieveTheCurrentValueOfATextFormField_textInput
|
| +ElementAttributeTest.testCanReturnATextApproximationOfTheStyleAttribute
|
| +ElementAttributeTest.testElementsShouldBeDisabledIfTheyAreDisabledUsingRandomDisabledStrings
|
| +ElementAttributeTest.testGetAttributeDoesNotReturnAnObjectForSvgProperties
|
| +ElementAttributeTest.testShouldCorrectlyReportValueOfColspan
|
| +ElementAttributeTest.testShouldGetNumericAtribute
|
| +ElementAttributeTest.testShouldIndicateTheElementsThatAreDisabledAreNotEnabled
|
| +ElementAttributeTest.testShouldIndicateWhenASelectIsDisabled
|
| +ElementAttributeTest.testShouldIndicateWhenATextAreaIsDisabled
|
| +ElementAttributeTest.testShouldOnlyReturnTheValueOfSelectedForRadioButtonsIfItIsSet
|
| +ElementAttributeTest.testShouldReturnAnAbsoluteUrlWhenGettingHrefAttributeOfAValidAnchorTag
|
| +ElementAttributeTest.testShouldReturnAnAbsoluteUrlWhenGettingSrcAttributeOfAValidImgTag
|
| +ElementAttributeTest.testShouldReturnEmptyAttributeValuesWhenPresentAndTheValueIsActuallyEmpty
|
| +ElementAttributeTest.testShouldReturnNullForNonPresentBooleanAttributes
|
| +ElementAttributeTest.testShouldReturnNullWhenGettingSrcAttributeOfInvalidImgTag
|
| +ElementAttributeTest.testShouldReturnNullWhenGettingTheValueOfAnAttributeThatIsNotListed
|
| +ElementAttributeTest.testShouldReturnTheContentsOfATextAreaAsItsValue
|
| +ElementAttributeTest.testShouldReturnTheValueOfCheckedForACheckboxOnlyIfItIsChecked
|
| +ElementAttributeTest.testShouldReturnTheValueOfSelectedForOptionsOnlyIfTheyAreSelected
|
| +ElementAttributeTest.testShouldReturnTheValueOfTheDisabledAttributeAsNullIfNotSet
|
| +ElementAttributeTest.testShouldReturnTheValueOfTheIndexAttrbuteEvenIfItIsMissing
|
| +ElementAttributeTest.testShouldReturnTrueForPresentBooleanAttributes
|
| +ElementAttributeTest.testShouldReturnValueOfClassAttributeOfAnElement
|
| +ElementAttributeTest.testShouldReturnValueOfOnClickAttribute
|
| +ElementAttributeTest.testShouldThrowExceptionIfSendingKeysToElementDisabledUsingRandomDisabledStrings
|
| +ElementAttributeTest.testShouldTreatReadonlyAsAValue
|
| +ElementEqualityTest.testDifferentElementsShouldNotBeEqual
|
| +ElementEqualityTest.testSameElementLookedUpDifferentWaysShouldBeEqual
|
| +ElementEqualityTest.testSameElementLookedUpDifferentWaysUsingFindElementShouldHaveSameHashCode
|
| +ElementEqualityTest.testSameElementLookedUpDifferentWaysUsingFindElementsShouldHaveSameHashCode
|
| +ElementFindingTest.findsByLinkTextOnXhtmlPage
|
| +ElementFindingTest.testDriverShouldBeAbleToFindElementsAfterLoadingMoreThanOnePageAtATime
|
| +ElementFindingTest.testFindingALinkByXpathUsingContainsKeywordShouldWork
|
| +ElementFindingTest.testFindingByCompoundClassNameIsAnError
|
| +ElementFindingTest.testFindingByCssShouldNotIncludeParentElementIfSameTagType
|
| +ElementFindingTest.testFindingByTagNameShouldNotIncludeParentElementIfSameTagType
|
| +ElementFindingTest.testRemovingAnElementDynamicallyFromTheDomShouldCauseAStaleRefException
|
| +ElementFindingTest.testReturnAnEmptyListWhenThereAreNoChildrenOfANode
|
| +ElementFindingTest.testshouldBeAbleToClickOnLinkIdentifiedById
|
| +ElementFindingTest.testShouldBeAbleToClickOnLinkIdentifiedByText
|
| +ElementFindingTest.testShouldBeAbleToClickOnLinksWithNoHrefAttribute
|
| +ElementFindingTest.testShouldBeAbleToFindAnElementByBooleanAttributeUsingCssSelector
|
| +ElementFindingTest.testShouldBeAbleToFindAnElementByBooleanAttributeUsingShortCssSelector
|
| +ElementFindingTest.testShouldBeAbleToFindAnElementByBooleanAttributeUsingShortCssSelectorOnHtml4Page
|
| +ElementFindingTest.testShouldBeAbleToFindAnElementByCompoundCssSelector
|
| +ElementFindingTest.testShouldBeAbleToFindAnElementByCssSelector
|
| +ElementFindingTest.testShouldBeAbleToFindChildrenOfANode
|
| +ElementFindingTest.testShouldBeAbleToFindElementByPartialLinkText
|
| +ElementFindingTest.testShouldBeAbleToFindElementsByCompoundCssSelector
|
| +ElementFindingTest.testShouldBeAbleToFindElementsByCssSelector
|
| +ElementFindingTest.testShouldBeAbleToFindMultipleElementsByClassName
|
| +ElementFindingTest.testShouldBeAbleToFindMultipleElementsById
|
| +ElementFindingTest.testShouldBeAbleToFindMultipleElementsByLinkText
|
| +ElementFindingTest.testShouldBeAbleToFindMultipleElementsByName
|
| +ElementFindingTest.testShouldBeAbleToFindMultipleElementsByPartialLinkText
|
| +ElementFindingTest.testShouldBeAbleToFindMultipleElementsByXPath
|
| +ElementFindingTest.testShouldfindAnElementBasedOnId
|
| +ElementFindingTest.testShouldfindAnElementBasedOnTagName
|
| +ElementFindingTest.testShouldFindElementByClassWhenItsNameIsSurroundedByWhitespace
|
| +ElementFindingTest.testShouldFindElementByLinkTextContainingEqualsSign
|
| +ElementFindingTest.testShouldFindElementByPartialLinkTextContainingEqualsSign
|
| +ElementFindingTest.testShouldfindElementsBasedOnTagName
|
| +ElementFindingTest.testShouldFindElementsByClass
|
| +ElementFindingTest.testShouldFindElementsByClassWhenItIsInTheMiddleAmongMany
|
| +ElementFindingTest.testShouldFindElementsByClassWhenItIsTheFirstNameAmongMany
|
| +ElementFindingTest.testShouldFindElementsByClassWhenItIsTheLastNameAmongMany
|
| +ElementFindingTest.testShouldFindElementsByClassWhenItsNameIsSurroundedByWhitespace
|
| +ElementFindingTest.testShouldFindElementsByLinkTextContainingEqualsSign
|
| +ElementFindingTest.testShouldFindElementsByName
|
| +ElementFindingTest.testShouldFindElementsByPartialLinkTextContainingEqualsSign
|
| +ElementFindingTest.testShouldFindGrandChildren
|
| +ElementFindingTest.testShouldFindHiddenElementsByName
|
| +ElementFindingTest.testShouldNotBeAbleToFindAnElementOnABlankPage
|
| +ElementFindingTest.testShouldNotBeAbleTofindElementsBasedOnIdIfTheElementIsNotThere
|
| +ElementFindingTest.testShouldNotBeAbleToLocateASingleElementOnABlankPage
|
| +ElementFindingTest.testShouldNotBeAbleToLocateASingleElementThatDoesNotExist
|
| +ElementFindingTest.testShouldNotFindElementOutSideTree
|
| +ElementFindingTest.testShouldNotFindElementsByClassWhenTheNameQueriedIsShorterThanCandidateName
|
| +ElementFindingTest.testShouldReturnElementsThatDoNotSupportTheNameProperty
|
| +ElementFindingTest.testShouldReturnTitleOfPageIfSet
|
| +ElementFindingTest.testShouldThrowAnExceptionWhenThereIsNoLinkToClickAndItIsFoundWithLinkText
|
| +ElementFindingTest.testWhenFindingByNameShouldNotReturnById
|
| +ElementSelectingTest.testClickingDisabledSelectedCheckboxShouldBeNoop
|
| +ElementSelectingTest.testClickingDisabledSelectedRadioButtonShouldBeNoop
|
| +ElementSelectingTest.testClickingDisabledUnselectedCheckboxShouldBeNoop
|
| +ElementSelectingTest.testClickingDisabledUnselectedRadioButtonShouldBeNoop
|
| +ElementSelectingTest.testClickingOnASelectedRadioButtonShouldLeaveItSelected
|
| +ElementSelectingTest.testSelectingRadioButtonShouldUnselectItsSibling
|
| +ElementSelectingTest.testShouldBeAbleToSelectAnEnabledUnselectedCheckbox
|
| +ElementSelectingTest.testShouldBeAbleToSelectAnEnabledUnselectedRadioButton
|
| +ElementSelectingTest.testShouldBeAbleToSelectSelectableRadioButtonByClickingOnIt
|
| +ElementSelectingTest.testShouldBeAbleToToggleAnEnabledSelectedCheckbox
|
| +ElementSelectingTest.testShouldBeAbleToToggleAnEnabledUnselectedCheckbox
|
| +ElementSelectingTest.testShouldBeAbleToToggleEnabledMultiSelectOption
|
| +ElementSelectingTest.testShouldBeAbleToToggleSelectableCheckboxByClickingOnIt
|
| +ElementSelectingTest.testShouldNotBeAbleToSelectADisabledCheckbox
|
| +ElementSelectingTest.testShouldNotBeAbleToSelectADisabledCheckboxDisabledWithRandomString
|
| +ElementSelectingTest.testShouldNotBeAbleToSelectADisabledRadioButton
|
| +ElementSelectingTest.testShouldNotBeAbleToSelectADisabledRadioButtonDisabledWithRandomString
|
| +ErrorsTest.testShouldNotGenerateErrorsWhenOpeningANewPage
|
| +ExecutingAsyncJavascriptTest.shouldBeAbleToExecuteAsynchronousScripts
|
| +ExecutingAsyncJavascriptTest.shouldBeAbleToMakeXMLHttpRequestsAndWaitForTheResponse
|
| +ExecutingAsyncJavascriptTest.shouldBeAbleToPassMultipleArgumentsToAsyncScripts
|
| +ExecutingAsyncJavascriptTest.shouldBeAbleToReturnAnArrayLiteralFromAnAsyncScript
|
| +ExecutingAsyncJavascriptTest.shouldBeAbleToReturnAnArrayObjectFromAnAsyncScript
|
| +ExecutingAsyncJavascriptTest.shouldBeAbleToReturnArraysOfPrimitivesFromAsyncScripts
|
| +ExecutingAsyncJavascriptTest.shouldBeAbleToReturnArraysOfWebElementsFromAsyncScripts
|
| +ExecutingAsyncJavascriptTest.shouldBeAbleToReturnJavascriptPrimitivesFromAsyncScripts_NeitherNullNorUndefined
|
| +ExecutingAsyncJavascriptTest.shouldBeAbleToReturnJavascriptPrimitivesFromAsyncScripts_NullAndUndefined
|
| +ExecutingAsyncJavascriptTest.shouldBeAbleToReturnWebElementsFromAsyncScripts
|
| +ExecutingAsyncJavascriptTest.shouldCatchErrorsWhenExecutingInitialScript
|
| +ExecutingAsyncJavascriptTest.shouldDetectPageLoadsWhileWaitingOnAnAsyncScriptAndReturnAnError
|
| +ExecutingAsyncJavascriptTest.shouldNotTimeoutIfCallbackInvokedImmediately
|
| +ExecutingAsyncJavascriptTest.shouldNotTimeoutIfScriptCallsbackInsideAZeroTimeout
|
| +ExecutingAsyncJavascriptTest.shouldTimeoutIfScriptDoesNotInvokeCallback
|
| +ExecutingAsyncJavascriptTest.shouldTimeoutIfScriptDoesNotInvokeCallbackWithAZeroTimeout
|
| +ExecutingAsyncJavascriptTest.shouldTimeoutIfScriptDoesNotInvokeCallbackWithLongTimeout
|
| +ExecutingJavascriptTest.testCanHandleAnArrayOfElementsAsAnObjectArray
|
| +ExecutingJavascriptTest.testCanPassAMapAsAParameter
|
| +ExecutingJavascriptTest.testJavascriptStringHandlingShouldWorkAsExpected
|
| +ExecutingJavascriptTest.testPassingAndReturningADoubleShouldReturnADecimal
|
| +ExecutingJavascriptTest.testPassingAndReturningALongShouldReturnAWholeNumber
|
| +ExecutingJavascriptTest.testPassingArrayAsOnlyArgumentFlattensArray
|
| +ExecutingJavascriptTest.testShouldBeAbleToCallFunctionsDefinedOnThePage
|
| +ExecutingJavascriptTest.testShouldBeAbleToCreateAPersistentValue
|
| +ExecutingJavascriptTest.testShouldBeAbleToExecuteABigChunkOfJavascriptCode
|
| +ExecutingJavascriptTest.testShouldBeAbleToExecuteJavascriptAndReturnABasicObjectLiteral
|
| +ExecutingJavascriptTest.testShouldBeAbleToExecuteScriptAndReturnElementsList
|
| +ExecutingJavascriptTest.testShouldBeAbleToExecuteSimpleJavascriptAndReturnABoolean
|
| +ExecutingJavascriptTest.testShouldBeAbleToExecuteSimpleJavascriptAndReturnAComplexObject
|
| +ExecutingJavascriptTest.testShouldBeAbleToExecuteSimpleJavascriptAndReturnALong
|
| +ExecutingJavascriptTest.testShouldBeAbleToExecuteSimpleJavascriptAndReturnAnArray
|
| +ExecutingJavascriptTest.testShouldBeAbleToExecuteSimpleJavascriptAndReturnAnObjectLiteral
|
| +ExecutingJavascriptTest.testShouldBeAbleToExecuteSimpleJavascriptAndReturnAString
|
| +ExecutingJavascriptTest.testShouldBeAbleToExecuteSimpleJavascriptAndReturnAStringsArray
|
| +ExecutingJavascriptTest.testShouldBeAbleToExecuteSimpleJavascriptAndReturnAWebElement
|
| +ExecutingJavascriptTest.testShouldBeAbleToGrabTheBodyOfFrameOnceSwitchedTo
|
| +ExecutingJavascriptTest.testShouldBeAbleToPassABooleanAsArgument
|
| +ExecutingJavascriptTest.testShouldBeAbleToPassACollectionAsArgument
|
| +ExecutingJavascriptTest.testShouldBeAbleToPassAnArrayAsAdditionalArgument
|
| +ExecutingJavascriptTest.testShouldBeAbleToPassANumberAnAsArgument
|
| +ExecutingJavascriptTest.testShouldBeAbleToPassAStringAnAsArgument
|
| +ExecutingJavascriptTest.testShouldBeAbleToPassAWebElementAsArgument
|
| +ExecutingJavascriptTest.testShouldBeAbleToPassInMoreThanOneArgument
|
| +ExecutingJavascriptTest.testShouldBeAbleToReturnAnArrayOfWebElements
|
| +ExecutingJavascriptTest.testShouldThrowAnExceptionIfAnArgumentIsNotValid
|
| +ExecutingJavascriptTest.testShouldThrowAnExceptionWhenTheJavascriptIsBad
|
| +FormHandlingTest.testClickingOnUnclickableElementsDoesNothing
|
| +FormHandlingTest.testEmptyTextBoxesShouldReturnAnEmptyStringNotNull
|
| +FormHandlingTest.testSendingKeyboardEventsShouldAppendTextInInputs
|
| +FormHandlingTest.testSendingKeyboardEventsShouldAppendTextInInputsWithExistingValue
|
| +FormHandlingTest.testSendingKeyboardEventsShouldAppendTextinTextAreas
|
| +FormHandlingTest.testSendKeysKeepsCapitalization
|
| +FormHandlingTest.testShouldBeAbleToAlterTheContentsOfAFileUploadInputElement
|
| +FormHandlingTest.testShouldBeAbleToClearTextFromInputElements
|
| +FormHandlingTest.testShouldBeAbleToClearTextFromTextAreas
|
| +FormHandlingTest.testShouldBeAbleToClickImageButtons
|
| +FormHandlingTest.testShouldBeAbleToEnterTextIntoATextAreaBySettingItsValue
|
| +FormHandlingTest.testShouldBeAbleToSendKeysToAFileUploadInputElementInAnXhtmlDocument
|
| +FormHandlingTest.testShouldBeAbleToSubmitForms
|
| +FormHandlingTest.testShouldBeAbleToUploadTheSameFileTwice
|
| +FormHandlingTest.testShouldClickOnSubmitInputElements
|
| +FormHandlingTest.testShouldEnterDataIntoFormFields
|
| +FormHandlingTest.testShouldSubmitAFormUsingTheEnterKey
|
| +FormHandlingTest.testShouldSubmitAFormUsingTheNewlineLiteral
|
| +FormHandlingTest.testShouldSubmitAFormWhenAnyElementWihinThatFormIsSubmitted
|
| +FormHandlingTest.testShouldSubmitAFormWhenAnyInputElementWithinThatFormIsSubmitted
|
| +FrameSwitchingTest.testGetCurrentUrl
|
| +FrameSwitchingTest.testJavaScriptShouldExecuteInTheContextOfTheCurrentFrame
|
| +FrameSwitchingTest.testShouldAllowAUserToSwitchFromAnIframeBackToTheMainContentOfThePage
|
| +FrameSwitchingTest.testShouldAllowTheUserToSwitchToAnIFrameAndRemainFocusedOnIt
|
| +FrameSwitchingTest.testShouldAlwaysFocusOnTheTopMostFrameAfterANavigationEvent
|
| +FrameSwitchingTest.testShouldBeAbleToClickInAFrame
|
| +FrameSwitchingTest.testShouldBeAbleToClickInASubFrame
|
| +FrameSwitchingTest.testShouldBeAbleToFindElementsInIframesByXPath
|
| +FrameSwitchingTest.testShouldBeAbleToSwitchToAFrameByItsID
|
| +FrameSwitchingTest.testShouldBeAbleToSwitchToAFrameByItsIndex
|
| +FrameSwitchingTest.testShouldBeAbleToSwitchToAFrameByItsName
|
| +FrameSwitchingTest.testShouldBeAbleToSwitchToAFrameUsingAPreviouslyLocatedWebElement
|
| +FrameSwitchingTest.testShouldBeAbleToSwitchToAnIframeByItsID
|
| +FrameSwitchingTest.testShouldBeAbleToSwitchToAnIframeByItsIndex
|
| +FrameSwitchingTest.testShouldBeAbleToSwitchToAnIframeByItsName
|
| +FrameSwitchingTest.testShouldBeAbleToSwitchToAnIFrameUsingAPreviouslyLocatedWebElement
|
| +FrameSwitchingTest.testShouldBeAbleToSwitchToFrameWithNameContainingDot
|
| +FrameSwitchingTest.testShouldBeAbleToSwitchToTheTopIfTheFrameIsDeletedFromUnderUs
|
| +FrameSwitchingTest.testShouldContinueToReferToTheSameFrameOnceItHasBeenSelected
|
| +FrameSwitchingTest.testShouldEnsureElementIsAFrameBeforeSwitching
|
| +FrameSwitchingTest.testShouldFocusOnTheReplacementWhenAFrameFollowsALinkToA_TopTargettedPage
|
| +FrameSwitchingTest.testShouldNotAutomaticallySwitchFocusToAnIFrameWhenAPageContainingThemIsLoaded
|
| +FrameSwitchingTest.testShouldNotSwitchMagicallyToTheTopWindow
|
| +FrameSwitchingTest.testShouldSelectChildFramesByChainedCalls
|
| +FrameSwitchingTest.testShouldThrowAnExceptionWhenAFrameCannotBeFound
|
| +FrameSwitchingTest.testShouldThrowAnExceptionWhenAFrameCannotBeFoundByIndex
|
| +GetMultipleAttributeTest.testMultipleAttributeShouldBeNullWhenNotSet
|
| +GetMultipleAttributeTest.testMultipleAttributeShouldBeTrueWhenSelectHasMutilpeWithoutAValue
|
| +GetMultipleAttributeTest.testMultipleAttributeShouldBeTrueWhenSelectHasMutilpeWithValueAsBlank
|
| +GetMultipleAttributeTest.testMultipleAttributeShouldBeTrueWhenSelectHasMutilpeWithValueAsSomethingElse
|
| +GetMultipleAttributeTest.testMultipleAttributeShouldBeTrueWhenSet
|
| +html5.AppCacheTest.testAppCacheStatus
|
| +html5.AppCacheTest.testBrowserLoadsFromCacheWhenOffline
|
| +html5.BrowserConnectionTest.testShouldSetBrowserOffline
|
| +html5.Html5CapabilitiesTest.disableApplicationCacheCapability
|
| +html5.Html5CapabilitiesTest.disableBrowserConnCapability
|
| +html5.Html5CapabilitiesTest.disableDatabaseCapability
|
| +html5.Html5CapabilitiesTest.disableLocationContextCapability
|
| +html5.Html5CapabilitiesTest.disableWebStorageCapability
|
| +html5.Html5CapabilitiesTest.enableApplicationCacheCapability
|
| +html5.Html5CapabilitiesTest.enableBrowserConnCapability
|
| +html5.Html5CapabilitiesTest.enableDatabaseCapability
|
| +html5.Html5CapabilitiesTest.enableLocationContextCapability
|
| +html5.Html5CapabilitiesTest.enableWebStorageCapability
|
| +html5.Html5CapabilitiesTest.requiredApplicatonCacheCapabilityShouldHavePriority
|
| +html5.Html5CapabilitiesTest.requiredConnectionCapabilityShouldHavePriority
|
| +html5.Html5CapabilitiesTest.requiredDatabaseCapabilityShouldHavePriority
|
| +html5.Html5CapabilitiesTest.requiredLocationCapabilityShouldHavePriority
|
| +html5.Html5CapabilitiesTest.requiredWebStorageCapabilityShouldHavePriority
|
| +I18nTest.testCn
|
| +I18nTest.testEnteringHebrewTextFromLeftToRight
|
| +I18nTest.testEnteringHebrewTextFromRightToLeft
|
| +I18nTest.testShouldBeAbleToInputJapanese
|
| +I18nTest.testShouldBeAbleToReturnTheTextInAPage
|
| +ImplicitWaitTest.testShouldImplicitlyWaitForAnElementToBeVisibleBeforeInteracting
|
| +ImplicitWaitTest.testShouldImplicitlyWaitForASingleElement
|
| +ImplicitWaitTest.testShouldImplicitlyWaitUntilAtLeastOneElementIsFoundWhenSearchingForMany
|
| +ImplicitWaitTest.testShouldReturnAfterFirstAttemptToFindManyAfterDisablingImplicitWaits
|
| +ImplicitWaitTest.testShouldReturnAfterFirstAttemptToFindOneAfterDisablingImplicitWaits
|
| +ImplicitWaitTest.testShouldStillFailToFindAnElementWhenImplicitWaitsAreEnabled
|
| +ImplicitWaitTest.testShouldStillFailToFindElementsByIdWhenImplicitWaitsAreEnabled
|
| +ImplicitWaitTest.testShouldStillFailToFindElementsWhenImplicitWaitsAreEnabled
|
| +interactions.ActionsTest.creatingAllKeyboardActions
|
| +interactions.ActionsTest.creatingAllMouseActions
|
| +interactions.ActionsTest.providingAnElementToKeyboardActions
|
| +interactions.ActionsTest.supplyingIndividualElementsToKeyboardActions
|
| +interactions.BasicKeyboardInterfaceTest.testBasicKeyboardInput
|
| +interactions.BasicKeyboardInterfaceTest.testBasicKeyboardInputOnActiveElement
|
| +interactions.BasicKeyboardInterfaceTest.testSendingKeyDownOnly
|
| +interactions.BasicKeyboardInterfaceTest.testSendingKeysToActiveElement
|
| +interactions.BasicKeyboardInterfaceTest.testSendingKeysWithShiftPressed
|
| +interactions.BasicKeyboardInterfaceTest.testSendingKeyUp
|
| +interactions.BasicMouseInterfaceTest.testCannotMoveToANullLocator
|
| +interactions.BasicMouseInterfaceTest.testDoubleClick
|
| +interactions.BasicMouseInterfaceTest.testDoubleClickThenGet
|
| +interactions.BasicMouseInterfaceTest.testDragAndDrop
|
| +interactions.BasicMouseInterfaceTest.testDraggingElementWithMouseFiresEvents
|
| +interactions.BasicMouseInterfaceTest.testDraggingElementWithMouseMovesItToAnotherList
|
| +interactions.BasicMouseInterfaceTest.testMoveAndClick
|
| +interactions.BasicMouseInterfaceTest.testShouldClickElementInIFrame
|
| +interactions.CombinedInputActionsTest.testCanClickOnLinks
|
| +interactions.CombinedInputActionsTest.testCanClickOnLinksWithAnOffset
|
| +interactions.CombinedInputActionsTest.testChordControlCutAndPaste
|
| +interactions.CombinedInputActionsTest.testCombiningShiftAndClickResultsInANewWindow
|
| +interactions.CombinedInputActionsTest.testMouseMovementWorksWhenNavigatingToAnotherPage
|
| +interactions.CombinedInputActionsTest.testSelectingMultipleItems
|
| +interactions.CompositeActionTest.addingActions
|
| +interactions.CompositeActionTest.invokingActions
|
| +interactions.IndividualKeyboardActionsTest.keyDownActionFailsOnNonModifier
|
| +interactions.IndividualKeyboardActionsTest.keyDownActionOnAnElement
|
| +interactions.IndividualKeyboardActionsTest.keyDownActionWithoutProvidedElement
|
| +interactions.IndividualKeyboardActionsTest.keyUpActionWithoutProvidedElement
|
| +interactions.IndividualKeyboardActionsTest.keyUpOnAnAnElement
|
| +interactions.IndividualKeyboardActionsTest.sendKeysActionOnAnElement
|
| +interactions.IndividualKeyboardActionsTest.sendKeysActionWithoutProvidedElement
|
| +interactions.IndividualMouseActionsTest.mouseClickAction
|
| +interactions.IndividualMouseActionsTest.mouseClickActionOnCurrentLocation
|
| +interactions.IndividualMouseActionsTest.mouseClickAndHoldAction
|
| +interactions.IndividualMouseActionsTest.mouseClickAndHoldActionOnCurrentLocation
|
| +interactions.IndividualMouseActionsTest.mouseContextClickAction
|
| +interactions.IndividualMouseActionsTest.mouseContextClickActionOnCurrentLocation
|
| +interactions.IndividualMouseActionsTest.mouseDoubleClickAction
|
| +interactions.IndividualMouseActionsTest.mouseDoubleClickActionOnCurrentLocation
|
| +interactions.IndividualMouseActionsTest.mouseMoveAction
|
| +interactions.IndividualMouseActionsTest.mouseMoveActionToCoordinatesInElement
|
| +interactions.IndividualMouseActionsTest.mouseReleaseAction
|
| +interactions.IndividualMouseActionsTest.mouseReleaseActionOnCurrentLocation
|
| +JavascriptEnabledDriverTest.testChangeEventIsFiredAppropriatelyWhenFocusIsLost
|
| +JavascriptEnabledDriverTest.testDocumentShouldReflectLatestDom
|
| +JavascriptEnabledDriverTest.testDocumentShouldReflectLatestTitle
|
| +JavascriptEnabledDriverTest.testIfNoElementHasFocusTheActiveElementIsTheBody
|
| +JavascriptEnabledDriverTest.testIssue80ClickShouldGenerateClickEvent
|
| +JavascriptEnabledDriverTest.testShouldBeAbleToClickALinkThatClosesAWindow
|
| +JavascriptEnabledDriverTest.testShouldBeAbleToClickIfEvenSomethingHorribleHappens
|
| +JavascriptEnabledDriverTest.testShouldBeAbleToClickOnSubmitButtons
|
| +JavascriptEnabledDriverTest.testShouldBeAbleToDetermineTheLocationOfAnElement
|
| +JavascriptEnabledDriverTest.testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad
|
| +JavascriptEnabledDriverTest.testShouldBeAbleToGetTheLocationOfAnElement
|
| +JavascriptEnabledDriverTest.testShouldBeAbleToSubmitFormsByCausingTheOnClickEventToFire
|
| +JavascriptEnabledDriverTest.testShouldBeAbleToSwitchToFocusedElement
|
| +JavascriptEnabledDriverTest.testShouldFireOnChangeEventWhenSettingAnElementsValue
|
| +JavascriptEnabledDriverTest.testShouldWaitForLoadsToCompleteAfterJavascriptCausesANewPageToLoad
|
| +logging.AvailableLogsTest.serverLogShouldBeEnabledByDefaultOnRemote
|
| +MiscTest.testClickingShouldNotTrampleWOrHInGlobalScope
|
| +MiscTest.testShouldReportTheCurrentUrlCorrectly
|
| +MiscTest.testShouldReturnTheSourceOfAPage
|
| +MiscTest.testStimulatesStrangeOnloadInteractionInFirefox
|
| +ObjectStateAssumptionsTest.testinitializedWebDriverDoesNotThrowNPE
|
| +ObjectStateAssumptionsTest.testOptionsForUninitializedWebDriver
|
| +ObjectStateAssumptionsTest.testUninitializedWebDriverDoesNotThrowNPE
|
| +OpacityTest.testShouldBeAbleToSelectOptionsFromAnInvisibleSelect
|
| +PageLoadingTest.testShouldBeAbleToGetAFragmentOnTheCurrentPage
|
| +PageLoadingTest.testShouldBeAbleToLoadAPageWithFramesetsAndWaitUntilAllFramesAreLoaded
|
| +PageLoadingTest.testShouldBeAbleToNavigateBackInTheBrowserHistory
|
| +PageLoadingTest.testShouldBeAbleToNavigateBackInTheBrowserHistoryInPresenceOfIframes
|
| +PageLoadingTest.testShouldBeAbleToNavigateForwardsInTheBrowserHistory
|
| +PageLoadingTest.testShouldBeAbleToRefreshAPage
|
| +PageLoadingTest.testShouldDoNothingIfThereIsNothingToGoBackTo
|
| +PageLoadingTest.testShouldFollowMetaRedirects
|
| +PageLoadingTest.testShouldFollowRedirectsSentInTheHttpResponseHeaders
|
| +PageLoadingTest.testShouldNotHangIfDocumentOpenCallIsNeverFollowedByDocumentCloseCall
|
| +PageLoadingTest.testShouldReturnWhenGettingAUrlThatDoesNotConnect
|
| +PageLoadingTest.testShouldReturnWhenGettingAUrlThatDoesNotResolve
|
| +PageLoadingTest.testShouldWaitForDocumentToBeLoaded
|
| +PartialLinkTextMatchTest.testDriverCanGetLinkByLinkTestIgnoringTrailingWhitespace
|
| +PartialLinkTextMatchTest.testElementCanGetLinkByLinkTestIgnoringTrailingWhitespace
|
| +PartialLinkTextMatchTest.testFindMultipleElements
|
| +PartialLinkTextMatchTest.testLinkWithFormattingTags
|
| +PartialLinkTextMatchTest.testLinkWithLeadingSpaces
|
| +PartialLinkTextMatchTest.testLinkWithTrailingSpace
|
| +RenderedWebElementTest.canClickOnASuckerFishStyleMenu
|
| +RenderedWebElementTest.testCanClickOnSuckerFishMenuItem
|
| +RenderedWebElementTest.testCorrectlyDetectMapElementsAreShown
|
| +RenderedWebElementTest.testHoverPersists
|
| +RenderedWebElementTest.testMoveRelativeToBody
|
| +RenderedWebElementTest.testMovingMouseByRelativeOffset
|
| +RenderedWebElementTest.testMovingMouseToRelativeElementOffset
|
| +RenderedWebElementTest.testMovingMouseToRelativeZeroElementOffset
|
| +RenderedWebElementTest.testPersistentHoverCanBeTurnedOff
|
| +RenderedWebElementTest.testShouldAllowUsersToHoverOverElements
|
| +RenderedWebElementTest.testShouldCorrectlyIdentifyThatAnElementHasWidthAndHeight
|
| +RotatableTest.testGetOrientationReturnsInitialValue
|
| +RotatableTest.testRotateToLandscapeMode
|
| +RotatableTest.testRotateToPortrait
|
| +SelectElementHandlingTest.testCanGetValueFromOptionViaAttributeWhenAttributeDoesntExist
|
| +SelectElementHandlingTest.testCanGetValueFromOptionViaAttributeWhenAttributeIsEmptyString
|
| +SelectElementHandlingTest.testCanSelectElementsInOptGroups
|
| +SelectElementHandlingTest.testShouldBeAbleToChangeTheSelectedOptionInASelect
|
| +SelectElementHandlingTest.testShouldBeAbleToSelectMoreThanOneOptionFromASelectWhichAllowsMultipleChoices
|
| +SelectElementHandlingTest.testShouldBePossibleToDeselectASingleOptionFromASelectWhichAllowsMultipleChoices
|
| +SelectElementHandlingTest.testShouldSelectFirstOptionByDefaultIfNoneIsSelected
|
| +SessionHandlingTest.callingAnyOperationAfterQuitShouldThrowAnException
|
| +SessionHandlingTest.callingQuitMoreThanOnceOnASessionIsANoOp
|
| +SlowLoadingPageTest.testRefreshShouldBlockUntilPageLoads
|
| +SlowLoadingPageTest.testShouldBlockUntilIFramesAreLoaded
|
| +SlowLoadingPageTest.testShouldBlockUntilPageLoads
|
| +StaleElementReferenceTest.testOldPage
|
| +StaleElementReferenceTest.testShouldNotCrashWhenCallingGetSizeOnAnObsoleteElement
|
| +StaleElementReferenceTest.testShouldNotCrashWhenQueryingTheAttributeOfAStaleElement
|
| +support.ui.SelectElementTest.shouldAllowOptionsToBeDeselectedByIndex
|
| +support.ui.SelectElementTest.shouldAllowOptionsToBeDeselectedByReturnedValue
|
| +support.ui.SelectElementTest.shouldAllowOptionsToBeSelectedByIndex
|
| +support.ui.SelectElementTest.shouldAllowOptionsToBeSelectedByReturnedValue
|
| +support.ui.SelectElementTest.shouldAllowOptionsToBeSelectedByVisibleText
|
| +support.ui.SelectElementTest.shouldAllowUserToDeselectAllWhenSelectSupportsMultipleSelections
|
| +support.ui.SelectElementTest.shouldAllowUserToDeselectOptionsByVisibleText
|
| +support.ui.SelectElementTest.shouldConvertAnUnquotedStringIntoOneWithQuotes
|
| +support.ui.SelectElementTest.shouldConvertAStringWithAQuotIntoOneWithTicks
|
| +support.ui.SelectElementTest.shouldConvertAStringWithATickIntoOneWithQuotes
|
| +support.ui.SelectElementTest.shouldIndicateThatASelectCanSupportMultipleOptions
|
| +support.ui.SelectElementTest.shouldIndicateThatASelectCanSupportMultipleOptionsWithEmptyMultipleAttribute
|
| +support.ui.SelectElementTest.shouldIndicateThatASelectCanSupportMultipleOptionsWithFalseMultipleAttribute
|
| +support.ui.SelectElementTest.shouldIndicateThatASelectCanSupportMultipleOptionsWithTrueMultipleAttribute
|
| +support.ui.SelectElementTest.shouldNotAllowInvisibleOptionsToBeSelectedByVisibleText
|
| +support.ui.SelectElementTest.shouldNotAllowUserToDeselectAllWhenSelectDoesNotSupportMultipleSelections
|
| +support.ui.SelectElementTest.shouldNotAllowUserToDeselectOptionsByInvisibleText
|
| +support.ui.SelectElementTest.shouldNotIndicateThatANormalSelectSupportsMulitpleOptions
|
| +support.ui.SelectElementTest.shouldProvideConcatenatedStringsWhenStringEndsWithQuote
|
| +support.ui.SelectElementTest.shouldProvideConcatenatedStringsWhenStringToEscapeContainsTicksAndQuotes
|
| +support.ui.SelectElementTest.shouldReturnAllOptionsWhenAsked
|
| +support.ui.SelectElementTest.shouldReturnFirstSelectedOption
|
| +support.ui.SelectElementTest.shouldReturnOptionsWhichAreSelected
|
| +support.ui.SelectElementTest.shouldReturnOptionWhichIsSelected
|
| +support.ui.SelectElementTest.shouldThrowAnExceptionIfTheElementIsNotASelectElement
|
| +support.ui.SelectElementTest.shouldThrowANoSuchElementExceptionIfNothingIsSelected
|
| +support.ui.SelectElementTest.shouldThrowExceptionOnSelectByIndexIfOptionDoesNotExist
|
| +support.ui.SelectElementTest.shouldThrowExceptionOnSelectByReturnedValueIfOptionDoesNotExist
|
| +support.ui.SelectElementTest.shouldThrowExceptionOnSelectByVisibleTextIfOptionDoesNotExist
|
| +SvgElementTest.testShouldClickOnGraphTextElements
|
| +SvgElementTest.testShouldClickOnGraphVisualElements
|
| +TagNameTest.shouldReturnInput
|
| +TakesScreenshotTest.testCaptureToBase64
|
| +TakesScreenshotTest.testSaveScreenshotAsFile
|
| +TextHandlingTest.testGetTextWithLineBreakForInlineElement
|
| +TextHandlingTest.testHavingInlineElementsShouldNotAffectHowTextIsReturned
|
| +TextHandlingTest.testReadALargeAmountOfData
|
| +TextHandlingTest.testShouldBeAbleToEnterDatesAfterFillingInOtherValuesFirst
|
| +TextHandlingTest.testShouldBeAbleToSetMoreThanOneLineOfTextInATextArea
|
| +TextHandlingTest.testShouldCollapseMultipleWhitespaceCharactersIntoASingleSpace
|
| +TextHandlingTest.testShouldConvertANonBreakingSpaceIntoANormalSpaceCharacter
|
| +TextHandlingTest.testShouldGetTextFromTableCells
|
| +TextHandlingTest.testShouldGetTextWhichIsAValidComplexJSONObject
|
| +TextHandlingTest.testShouldGetTextWhichIsAValidJSONObject
|
| +TextHandlingTest.testShouldHandleNestedBlockLevelElements
|
| +TextHandlingTest.testShouldHandleSiblingBlockLevelElements
|
| +TextHandlingTest.testShouldHandleWhitespaceInInlineElements
|
| +TextHandlingTest.testShouldIgnoreScriptElements
|
| +TextHandlingTest.testShouldNotCollapseANonBreakingSpaces
|
| +TextHandlingTest.testShouldNotTrimNonBreakingSpacesAtTheEndOfALineInTheMiddleOfText
|
| +TextHandlingTest.testShouldNotTrimNonBreakingSpacesAtTheStartOfALineInTheMiddleOfText
|
| +TextHandlingTest.testShouldNotTrimSpacesWhenLineWraps
|
| +TextHandlingTest.testShouldNotTrimTrailingNonBreakingSpacesInMultilineText
|
| +TextHandlingTest.testShouldOnlyIncludeVisibleText
|
| +TextHandlingTest.testShouldRepresentABlockLevelElementAsANewline
|
| +TextHandlingTest.testShouldRetainTheFormatingOfTextWithinAPreElement
|
| +TextHandlingTest.testShouldRetainTheFormatingOfTextWithinAPreElementThatIsWithinARegularBlock
|
| +TextHandlingTest.testShouldReturnEmptyStringWhenTextIsEmpty
|
| +TextHandlingTest.testShouldReturnEmptyStringWhenTextIsOnlySpaces
|
| +TextHandlingTest.testShouldReturnTheEntireTextContentOfChildElements
|
| +TextHandlingTest.testShouldReturnTheEntireTextOfInlineElements
|
| +TextHandlingTest.testShouldReturnTheTextContentOfASingleElementWithNoChildren
|
| +TextHandlingTest.testShouldTrimText
|
| +TextHandlingTest.testTextOfAnInputFieldShouldBeEmpty
|
| +TextHandlingTest.testTextOfATextAreaShouldBeEqualToItsDefaultText
|
| +TextHandlingTest.testTextOfATextAreaShouldBeEqualToItsDefaultTextEvenAfterChangingTheValue
|
| +TextHandlingTest.testTextOfATextAreaShouldBeEqualToItsDefaultTextEvenAfterTyping
|
| +TextPagesTest.testFindingAnElementOnAPlainTextPageWillNeverWork
|
| +TypingTest.testAllPrintableKeys
|
| +TypingTest.testArrowKeysShouldNotBePrintable
|
| +TypingTest.testFunctionKeys
|
| +TypingTest.testGenerateKeyPressEventEvenWhenElementPreventsDefault
|
| +TypingTest.testLowerCaseAlphaKeys
|
| +TypingTest.testNumericNonShiftKeys
|
| +TypingTest.testNumericShiftKeys
|
| +TypingTest.testShouldBeAbleToMixUpperAndLowerCaseLetters
|
| +TypingTest.testShouldBeAbleToTypeCapitalLetters
|
| +TypingTest.testShouldBeAbleToTypeIntoEmptyContentEditableElement
|
| +TypingTest.testShouldBeAbleToTypeOnAnEmailInputField
|
| +TypingTest.testShouldBeAbleToTypeQuoteMarks
|
| +TypingTest.testShouldBeAbleToTypeTheAtCharacter
|
| +TypingTest.testShouldBeAbleToUseArrowKeys
|
| +TypingTest.testShouldFireFocusKeyEventsInTheRightOrder
|
| +TypingTest.testShouldFireKeyDownEvents
|
| +TypingTest.testShouldFireKeyPressEvents
|
| +TypingTest.testShouldFireKeyUpEvents
|
| +TypingTest.testShouldReportKeyCodeOfArrowKeys
|
| +TypingTest.testShouldReportKeyCodeOfArrowKeysUpDownEvents
|
| +TypingTest.testShouldTypeIntoInputElementsThatHaveNoTypeAttribute
|
| +TypingTest.testShouldTypeLowerCaseLetters
|
| +TypingTest.testSpecialSpaceKeys
|
| +TypingTest.testUppercaseAlphaKeys
|
| +TypingTest.testWillSimulateAKeyDownWhenEnteringTextIntoInputElements
|
| +TypingTest.testWillSimulateAKeyDownWhenEnteringTextIntoTextAreas
|
| +TypingTest.testWillSimulateAKeyPressWhenEnteringTextIntoInputElements
|
| +TypingTest.testWillSimulateAKeyPressWhenEnteringTextIntoTextAreas
|
| +TypingTest.testWillSimulateAKeyUpWhenEnteringTextIntoInputElements
|
| +TypingTest.testWillSimulateAKeyUpWhenEnteringTextIntoTextAreas
|
| +UploadTest.testFileUploading
|
| +VisibilityTest.parentNodeVisibleWhenAllChildrenAreAbsolutelyPositionedAndOverflowIsHidden
|
| +VisibilityTest.testHiddenInputElementsAreNeverVisible
|
| +VisibilityTest.testShouldAllowTheUserToTellIfAnElementIsDisplayedOrNot
|
| +VisibilityTest.testShouldCountElementsAsVisibleIfStylePropertyHasBeenSet
|
| +VisibilityTest.testShouldModifyTheVisibilityOfAnElementDynamically
|
| +VisibilityTest.testShouldNotBeAbleToClickOnAnElementThatIsNotDisplayed
|
| +VisibilityTest.testShouldNotBeAbleToTypeAnElementThatIsNotDisplayed
|
| +VisibilityTest.testVisibilityShouldTakeIntoAccountParentVisibility
|
| +VisibilityTest.testZeroSizedDivIsShownIfDescendantHasSize
|
| +WebElementTest.testElementImplementsWrapsDriver
|
| +WindowSwitchingTest.testCanCallGetWindowHandlesAfterClosingAWindow
|
| +WindowSwitchingTest.testCanCloseWindowAndSwitchBackToMainWindow
|
| +WindowSwitchingTest.testCanCloseWindowWhenMultipleWindowsAreOpen
|
| +WindowSwitchingTest.testCanObtainAWindowHandle
|
| +WindowSwitchingTest.testClickingOnAButtonThatClosesAnOpenWindowDoesNotCauseTheBrowserToHang
|
| +WindowSwitchingTest.testClosingOnlyWindowShouldNotCauseTheBrowserToHang
|
| +WindowSwitchingTest.testFailingToSwitchToAWindowLeavesTheCurrentWindowAsIs
|
| +WindowSwitchingTest.testShouldBeAbleToIterateOverAllOpenWindows
|
| +WindowSwitchingTest.testShouldFocusOnTheTopMostFrameAfterSwitchingToAWindow
|
| +WindowSwitchingTest.testShouldSwitchFocusToANewWindowWhenItIsOpenedAndNotStopFutureOperations
|
| +WindowSwitchingTest.testShouldThrowNoSuchWindowException
|
| +WindowSwitchingTest.testShouldThrowNoSuchWindowExceptionOnAnAttemptToGetItsHandle
|
| +WindowSwitchingTest.testShouldThrowNoSuchWindowExceptionOnAnyElementOperationIfAWindowIsClosed
|
| +WindowSwitchingTest.testShouldThrowNoSuchWindowExceptionOnAnyOperationIfAWindowIsClosed
|
| +XPathElementFindingTest.testShouldBeAbleToFindManyElementsRepeatedlyByXPath
|
| +XPathElementFindingTest.testShouldBeAbleToIdentifyElementsByClass
|
| +XPathElementFindingTest.testShouldBeAbleToSearchForMultipleAttributes
|
| +XPathElementFindingTest.testShouldFindElementsByXPath
|
| +XPathElementFindingTest.testShouldFindSingleElementByXPath
|
| +XPathElementFindingTest.testShouldLocateElementsWithGivenText
|
| +XPathElementFindingTest.testShouldThrowAnExceptionWhenThereIsNoLinkToClick
|
| +XPathElementFindingTest.testShouldThrowAnExceptionWhenThereIsNoLinkToClickAndItIsFoundWithXPath
|
| +XPathElementFindingTest.testShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInDriverFindElement
|
| +XPathElementFindingTest.testShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInDriverFindElements
|
| +XPathElementFindingTest.testShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInElementFindElement
|
| +XPathElementFindingTest.testShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInElementFindElements
|
| +XPathElementFindingTest.testShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInDriverFindElement
|
| +XPathElementFindingTest.testShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInDriverFindElements
|
| +XPathElementFindingTest.testShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInElementFindElement
|
| +XPathElementFindingTest.testShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInElementFindElements
|
|
|